#425703

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

Shades of Verdun Green #425703

Tints of Verdun Green #425703

Color information

#425703 (or 0x425703) is unknown color: approx Verdun Green. HEX triplet: 42, 57 and 03. RGB value is (66,87,3). Sum of RGB (Red+Green+Blue) = 66+87+3=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #425703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425703 is #BDA8FC. Grayscale: #474747. Windows color (decimal): -12429565 or 218946. OLE color: 218946.

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

Color convert

RGB66873-
CMYK0.2400.970.66
HSL75º93.33%17.65%-
HSV(B)75º96.55%34.12%-
XYZ5.677.981.33-
YUV71.1489.54124.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 87 (34.38% from 255) = 55.77%
BLUE value IS 3 (1.56% from 255) = 1.92%
R=42.31%
G=55.77%
B=1.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal668730.2400.970.667593.3317.65
Hex4257318061424b5d12
Octal102127330014110211313522
Binary1000010101011111110000110000110000101001011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425703; }

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

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

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

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

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

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

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

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