#425D08

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

Shades of Verdun Green #425D08

Tints of Verdun Green #425D08

Color information

#425D08 (or 0x425D08) is unknown color: approx Verdun Green. HEX triplet: 42, 5D and 08. RGB value is (66,93,8). Sum of RGB (Red+Green+Blue) = 66+93+8=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #425D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425D08 is #BDA2F7. Grayscale: #4B4B4B. Windows color (decimal): -12428024 or 548162. OLE color: 548162.

HSL color Cylindrical-coordinate representation of color #425D08: hue angle of 79.06º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #425D08 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB66938-
CMYK0.2900.910.64
HSL79.06º84.16%19.8%-
HSV(B)79.06º91.4%36.47%-
XYZ6.291.64-
YUV75.2490.05121.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 93 (36.72% from 255) = 55.69%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=39.52%
G=55.69%
B=4.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal669380.2900.910.6479.0684.1619.8
Hex425D81D05B404f5414
Octal1021351035013310011712424
Binary100001010111011000111010101101110000001001111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425D08; }

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

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

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

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

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

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

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

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