#425706

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

Shades of Verdun Green #425706

Tints of Verdun Green #425706

Color information

#425706 (or 0x425706) is unknown color: approx Verdun Green. HEX triplet: 42, 57 and 06. RGB value is (66,87,6). Sum of RGB (Red+Green+Blue) = 66+87+6=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #425706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425706 is #BDA8F9. Grayscale: #474747. Windows color (decimal): -12429562 or 415554. OLE color: 415554.

HSL color Cylindrical-coordinate representation of color #425706: hue angle of 75.56º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #425706 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB66876-
CMYK0.2400.930.66
HSL75.56º87.1%18.24%-
HSV(B)75.56º93.1%34.12%-
XYZ5.697.991.41-
YUV71.4991.04124.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 87 (34.38% from 255) = 54.72%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=41.51%
G=54.72%
B=3.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal668760.2400.930.6675.5687.118.24
Hex425761805D424c5712
Octal102127630013510211412722
Binary10000101010111110110000101110110000101001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425706; }

 p { color: rgb(66,87,6); }

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

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

 a { background-color: rgb(66,87,6); }

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

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

 span { border-color: rgb(66,87,6); }

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