#425602

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

Shades of Verdun Green #425602

Tints of Verdun Green #425602

Color information

#425602 (or 0x425602) is unknown color: approx Verdun Green. HEX triplet: 42, 56 and 02. RGB value is (66,86,2). Sum of RGB (Red+Green+Blue) = 66+86+2=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #425602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425602 is #BDA9FD. Grayscale: #464646. Windows color (decimal): -12429822 or 153154. OLE color: 153154.

HSL color Cylindrical-coordinate representation of color #425602: hue angle of 74.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #425602 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB66862-
CMYK0.2300.980.66
HSL74.29º95.45%17.25%-
HSV(B)74.29º97.67%33.73%-
XYZ5.597.821.27-
YUV70.4489.37124.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.86%
GREEN value IS 86 (33.98% from 255) = 55.84%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=42.86%
G=55.84%
B=1.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal668620.2300.980.6674.2995.4517.25
Hex4256217062424a5f11
Octal102126227014210211213721
Binary1000010101011010101110110001010000101001010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425602; }

 p { color: rgb(66,86,2); }

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

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

 a { background-color: rgb(66,86,2); }

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

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

 span { border-color: rgb(66,86,2); }

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