#424518

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

Shades of Verdun Green #424518

Tints of Verdun Green #424518

Color information

#424518 (or 0x424518) is unknown color: approx Verdun Green. HEX triplet: 42, 45 and 18. RGB value is (66,69,24). Sum of RGB (Red+Green+Blue) = 66+69+24=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #424518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424518 is #BDBAE7. Grayscale: #3F3F3F. Windows color (decimal): -12434152 or 1590594. OLE color: 1590594.

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

Color convert

RGB666924-
CMYK0.0400.650.73
HSL64º48.39%18.24%-
HSV(B)64º65.22%27.06%-
XYZ4.545.481.68-
YUV62.97106.01130.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=41.51%
G=43.40%
B=15.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669240.0400.650.736448.3918.24
Hex424518404149403012
Octal10210530401011111006022
Binary1000010100010111000100010000011001001100000011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424518; }

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

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

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

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

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

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

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

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