#34521B

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

Shades of Seaweed #34521B

Tints of Seaweed #34521B

Color information

#34521B (or 0x34521B) is unknown color: approx Seaweed. HEX triplet: 34, 52 and 1B. RGB value is (52,82,27). Sum of RGB (Red+Green+Blue) = 52+82+27=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #34521B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34521B is #CBADE4. Grayscale: #424242. Windows color (decimal): -13348325 or 1790516. OLE color: 1790516.

HSL color Cylindrical-coordinate representation of color #34521B: hue angle of 92.73º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34521B is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB528227-
CMYK0.3700.670.68
HSL92.73º50.46%21.37%-
HSV(B)92.73º67.07%32.16%-
XYZ4.636.842.11-
YUV66.76105.56117.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 82 (32.42% from 255) = 50.93%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=32.30%
G=50.93%
B=16.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5282270.3700.670.6892.7350.4621.37
Hex34521B25043445d3215
Octal64122334501031041356225
Binary110100101001011011100101010000111000100101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34521B; }

 p { color: rgb(52,82,27); }

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

<style>
 a { background-color: #34521B; }

 a { background-color: rgb(52,82,27); }

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

<style>
 span { border-color: #34521B; }

 span { border-color: rgb(52,82,27); }

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