#34511C

Color #34511C Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #34511C

Tints of Seaweed #34511C

Color information

#34511C (or 0x34511C) is unknown color: approx Seaweed. HEX triplet: 34, 51 and 1C. RGB value is (52,81,28). Sum of RGB (Red+Green+Blue) = 52+81+28=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #34511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34511C is #CBAEE3. Grayscale: #424242. Windows color (decimal): -13348580 or 1855796. OLE color: 1855796.

HSL color Cylindrical-coordinate representation of color #34511C: hue angle of 92.83º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34511C is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB528128-
CMYK0.3600.650.68
HSL92.83º48.62%21.37%-
HSV(B)92.83º65.43%31.76%-
XYZ4.576.72.15-
YUV66.29106.39117.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 81 (32.03% from 255) = 50.31%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=32.30%
G=50.31%
B=17.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281280.3600.650.6892.8348.6221.37
Hex34511C24041445d3115
Octal64121344401011041356125
Binary110100101000111100100100010000011000100101110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34511C; }

 p { color: rgb(52,81,28); }

 H1.HeaderClassName
 {
   color: #34511C;
 }
 .AnyTagClassName
 {
   color: #34511C;
 }
</style>
background-color css

<style>
 a { background-color: #34511C; }

 a { background-color: rgb(52,81,28); }

 div.DivClassName
 {
   background-color: #34511C;
 }
 .BgClassName
 {
   background-color: #34511C;
 }
</style>
border-color css

<style>
 span { border-color: #34511C; }

 span { border-color: rgb(52,81,28); }

 td.TdClassName
 {
   border-color: #34511C;
 }
 .TagClassName
 {
   border-color: #34511C;
 }
</style>