#404320

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

Shades of Green Kelp #404320

Tints of Green Kelp #404320

Color information

#404320 (or 0x404320) is unknown color: approx Green Kelp. HEX triplet: 40, 43 and 20. RGB value is (64,67,32). Sum of RGB (Red+Green+Blue) = 64+67+32=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #404320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404320 is #BFBCDF. Grayscale: #3E3E3E. Windows color (decimal): -12565728 or 2114368. OLE color: 2114368.

HSL color Cylindrical-coordinate representation of color #404320: hue angle of 65.14º 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 #404320 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB646732-
CMYK0.0400.520.74
HSL65.14º35.35%19.41%-
HSV(B)65.14º52.24%26.27%-
XYZ4.385.212.14-
YUV62.11111.01129.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=39.26%
G=41.10%
B=19.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467320.0400.520.7465.1435.3519.41
Hex40432040344A412313
Octal1001034040641121014323
Binary1000000100001110000010001101001001010100000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404320; }

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

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

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

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

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

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

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

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