#425C08

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

Shades of Verdun Green #425C08

Tints of Verdun Green #425C08

Color information

#425C08 (or 0x425C08) is unknown color: approx Verdun Green. HEX triplet: 42, 5C and 08. RGB value is (66,92,8). Sum of RGB (Red+Green+Blue) = 66+92+8=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #425C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425C08 is #BDA3F7. Grayscale: #4A4A4A. Windows color (decimal): -12428280 or 547906. OLE color: 547906.

HSL color Cylindrical-coordinate representation of color #425C08: hue angle of 78.57º 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 #425C08 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB66928-
CMYK0.2800.910.64
HSL78.57º84%19.61%-
HSV(B)78.57º91.3%36.08%-
XYZ6.128.831.61-
YUV74.6590.39121.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 92 (36.33% from 255) = 55.42%
BLUE value IS 8 (3.52% from 255) = 4.82%
R=39.76%
G=55.42%
B=4.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal669280.2800.910.6478.578419.61
Hex425C81C05B404f5414
Octal1021341034013310011712424
Binary100001010111001000111000101101110000001001111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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