#334420

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

Shades of Seaweed #334420

Tints of Seaweed #334420

Color information

#334420 (or 0x334420) is unknown color: approx Seaweed. HEX triplet: 33, 44 and 20. RGB value is (51,68,32). Sum of RGB (Red+Green+Blue) = 51+68+32=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #334420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334420 is #CCBBDF. Grayscale: #3A3A3A. Windows color (decimal): -13417440 or 2114611. OLE color: 2114611.

HSL color Cylindrical-coordinate representation of color #334420: hue angle of 88.33º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #334420 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB516832-
CMYK0.2500.530.73
HSL88.33º36%19.61%-
HSV(B)88.33º52.94%26.67%-
XYZ3.694.942.13-
YUV58.81112.87122.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=33.77%
G=45.03%
B=21.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5168320.2500.530.7388.333619.61
Hex3344201903549582414
Octal6310440310651111304424
Binary11001110001001000001100101101011001001101100010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334420; }

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

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

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

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

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

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

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

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