#425502

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

Shades of Verdun Green #425502

Tints of Verdun Green #425502

Color information

#425502 (or 0x425502) is unknown color: approx Verdun Green. HEX triplet: 42, 55 and 02. RGB value is (66,85,2). Sum of RGB (Red+Green+Blue) = 66+85+2=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #425502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425502 is #BDAAFD. Grayscale: #464646. Windows color (decimal): -12430078 or 152898. OLE color: 152898.

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

Color convert

RGB66852-
CMYK0.2200.980.67
HSL73.73º95.4%17.06%-
HSV(B)73.73º97.65%33.33%-
XYZ5.517.661.25-
YUV69.8689.71125.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 85 (33.59% from 255) = 55.56%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=43.14%
G=55.56%
B=1.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal668520.2200.980.6773.7395.417.06
Hex4255216062434a5f11
Octal102125226014210311213721
Binary1000010101010110101100110001010000111001010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425502; }

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

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

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

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

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

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

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

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