#424918

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

Shades of Verdun Green #424918

Tints of Verdun Green #424918

Color information

#424918 (or 0x424918) is unknown color: approx Verdun Green. HEX triplet: 42, 49 and 18. RGB value is (66,73,24). Sum of RGB (Red+Green+Blue) = 66+73+24=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #424918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424918 is #BDB6E7. Grayscale: #414141. Windows color (decimal): -12433128 or 1591618. OLE color: 1591618.

HSL color Cylindrical-coordinate representation of color #424918: hue angle of 68.57º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424918 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB667324-
CMYK0.1000.670.71
HSL68.57º50.52%19.02%-
HSV(B)68.57º67.12%28.63%-
XYZ4.795.991.77-
YUV65.32104.68128.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=40.49%
G=44.79%
B=14.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673240.1000.670.7168.5750.5219.02
Hex424918A04347453313
Octal102111301201031071056323
Binary10000101001001110001010010000111000111100010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424918; }

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

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

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

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

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

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

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

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