#424216

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

Shades of Verdun Green #424216

Tints of Verdun Green #424216

Color information

#424216 (or 0x424216) is unknown color: approx Verdun Green. HEX triplet: 42, 42 and 16. RGB value is (66,66,22). Sum of RGB (Red+Green+Blue) = 66+66+22=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424216 is #BDBDE9. Grayscale: #3D3D3D. Windows color (decimal): -12434922 or 1458754. OLE color: 1458754.

HSL color Cylindrical-coordinate representation of color #424216: hue angle of 60º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424216 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB666622-
CMYK000.670.74
HSL60º50%17.25%-
HSV(B)60º66.67%25.88%-
XYZ4.345.111.52-
YUV60.98106131.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.86%
GREEN value IS 66 (26.17% from 255) = 42.86%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=42.86%
G=42.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666622000.670.74605017.25
Hex42421600434A3c3211
Octal1021022600103112746221
Binary1000010100001010110001000011100101011110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424216; }

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

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

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

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

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

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

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

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