#334220

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

Shades of Seaweed #334220

Tints of Seaweed #334220

Color information

#334220 (or 0x334220) is unknown color: approx Seaweed. HEX triplet: 33, 42 and 20. RGB value is (51,66,32). Sum of RGB (Red+Green+Blue) = 51+66+32=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #334220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334220 is #CCBDDF. Grayscale: #393939. Windows color (decimal): -13417952 or 2114099. OLE color: 2114099.

HSL color Cylindrical-coordinate representation of color #334220: hue angle of 86.47º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #334220 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB516632-
CMYK0.2300.520.74
HSL86.47º34.69%19.22%-
HSV(B)86.47º51.52%25.88%-
XYZ3.574.72.09-
YUV57.64113.53123.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.23%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=34.23%
G=44.30%
B=21.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166320.2300.520.7486.4734.6919.22
Hex334220170344A562313
Octal6310240270641121264323
Binary11001110000101000001011101101001001010101011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334220; }

 p { color: rgb(51,66,32); }

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

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

 a { background-color: rgb(51,66,32); }

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

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

 span { border-color: rgb(51,66,32); }

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