#424808

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

Shades of Verdun Green #424808

Tints of Verdun Green #424808

Color information

#424808 (or 0x424808) is unknown color: approx Verdun Green. HEX triplet: 42, 48 and 08. RGB value is (66,72,8). Sum of RGB (Red+Green+Blue) = 66+72+8=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #424808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424808 is #BDB7F7. Grayscale: #3F3F3F. Windows color (decimal): -12433400 or 542786. OLE color: 542786.

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

Color convert

RGB66728-
CMYK0.0800.890.72
HSL65.62º80%15.69%-
HSV(B)65.62º88.89%28.24%-
XYZ4.615.811.11-
YUV62.9197.01130.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 72 (28.52% from 255) = 49.32%
BLUE value IS 8 (3.52% from 255) = 5.48%
R=45.21%
G=49.32%
B=5.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal667280.0800.890.7265.628015.69
Hex42488805948425010
Octal1021101010013111010212020
Binary10000101001000100010000101100110010001000010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424808; }

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

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

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

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

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

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

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

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