#424816

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

Shades of Verdun Green #424816

Tints of Verdun Green #424816

Color information

#424816 (or 0x424816) is unknown color: approx Verdun Green. HEX triplet: 42, 48 and 16. RGB value is (66,72,22). Sum of RGB (Red+Green+Blue) = 66+72+22=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #424816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424816 is #BDB7E9. Grayscale: #404040. Windows color (decimal): -12433386 or 1460290. OLE color: 1460290.

HSL color Cylindrical-coordinate representation of color #424816: hue angle of 67.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #424816 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB667222-
CMYK0.0800.690.72
HSL67.2º53.19%18.43%-
HSV(B)67.2º69.44%28.24%-
XYZ4.715.851.64-
YUV64.51104.01129.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=41.25%
G=45%
B=13.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672220.0800.690.7267.253.1918.43
Hex424816804548433512
Octal102110261001051101036522
Binary10000101001000101101000010001011001000100001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424816; }

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

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

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

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

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

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

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

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