#424416

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

Shades of Verdun Green #424416

Tints of Verdun Green #424416

Color information

#424416 (or 0x424416) is unknown color: approx Verdun Green. HEX triplet: 42, 44 and 16. RGB value is (66,68,22). Sum of RGB (Red+Green+Blue) = 66+68+22=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 68 - color contains mainly: green. Hex color #424416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424416 is #BDBBE9. Grayscale: #3E3E3E. Windows color (decimal): -12434410 or 1459266. OLE color: 1459266.

HSL color Cylindrical-coordinate representation of color #424416: hue angle of 62.61º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424416 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB666822-
CMYK0.0300.680.73
HSL62.61º51.11%17.65%-
HSV(B)62.61º67.65%26.67%-
XYZ4.465.351.56-
YUV62.16105.34130.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=42.31%
G=43.59%
B=14.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6668220.0300.680.7362.6151.1117.65
Hex4244163044493f3312
Octal1021042630104111776322
Binary10000101000100101101101000100100100111111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424416; }

 p { color: rgb(66,68,22); }

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

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

 a { background-color: rgb(66,68,22); }

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

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

 span { border-color: rgb(66,68,22); }

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