#415602

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

Shades of Verdun Green #415602

Tints of Verdun Green #415602

Color information

#415602 (or 0x415602) is unknown color: approx Verdun Green. HEX triplet: 41, 56 and 02. RGB value is (65,86,2). Sum of RGB (Red+Green+Blue) = 65+86+2=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #415602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415602 is #BEA9FD. Grayscale: #464646. Windows color (decimal): -12495358 or 153153. OLE color: 153153.

HSL color Cylindrical-coordinate representation of color #415602: hue angle of 75º 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 #415602 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB65862-
CMYK0.2400.980.66
HSL75º95.45%17.25%-
HSV(B)75º97.67%33.73%-
XYZ5.527.781.27-
YUV70.1489.54124.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 86 (33.98% from 255) = 56.21%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=42.48%
G=56.21%
B=1.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal658620.2400.980.667595.4517.25
Hex4156218062424b5f11
Octal101126230014210211313721
Binary1000001101011010110000110001010000101001011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415602; }

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

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

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

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

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

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

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

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