#334020

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

Shades of Seaweed #334020

Tints of Seaweed #334020

Color information

#334020 (or 0x334020) is unknown color: approx Seaweed. HEX triplet: 33, 40 and 20. RGB value is (51,64,32). Sum of RGB (Red+Green+Blue) = 51+64+32=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #334020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334020 is #CCBFDF. Grayscale: #383838. Windows color (decimal): -13418464 or 2113587. OLE color: 2113587.

HSL color Cylindrical-coordinate representation of color #334020: hue angle of 84.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334020 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB516432-
CMYK0.2000.500.75
HSL84.38º33.33%18.82%-
HSV(B)84.38º50%25.1%-
XYZ3.464.472.05-
YUV56.46114.19124.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=34.69%
G=43.54%
B=21.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164320.2000.500.7584.3833.3318.82
Hex334020140324B542113
Octal6310040240621131244123
Binary11001110000001000001010001100101001011101010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334020; }

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

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

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

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

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

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

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

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