#424818

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

Shades of Verdun Green #424818

Tints of Verdun Green #424818

Color information

#424818 (or 0x424818) is unknown color: approx Verdun Green. HEX triplet: 42, 48 and 18. RGB value is (66,72,24). Sum of RGB (Red+Green+Blue) = 66+72+24=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #424818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424818 is #BDB7E7. Grayscale: #404040. Windows color (decimal): -12433384 or 1591362. OLE color: 1591362.

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

Color convert

RGB667224-
CMYK0.0800.670.72
HSL67.5º50%18.82%-
HSV(B)67.5º66.67%28.24%-
XYZ4.735.861.75-
YUV64.73105.01128.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=40.74%
G=44.44%
B=14.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672240.0800.670.7267.55018.82
Hex424818804348443213
Octal102110301001031101046223
Binary10000101001000110001000010000111001000100010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424818; }

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

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

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

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

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

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

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

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