#415508

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

Shades of Verdun Green #415508

Tints of Verdun Green #415508

Color information

#415508 (or 0x415508) is unknown color: approx Verdun Green. HEX triplet: 41, 55 and 08. RGB value is (65,85,8). Sum of RGB (Red+Green+Blue) = 65+85+8=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #415508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415508 is #BEAAF7. Grayscale: #464646. Windows color (decimal): -12495608 or 546113. OLE color: 546113.

HSL color Cylindrical-coordinate representation of color #415508: hue angle of 75.58º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #415508 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB65858-
CMYK0.2400.910.67
HSL75.58º82.8%18.24%-
HSV(B)75.58º90.59%33.33%-
XYZ5.477.641.42-
YUV70.2492.87124.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 8 (3.52% from 255) = 5.06%
R=41.14%
G=53.80%
B=5.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal658580.2400.910.6775.5882.818.24
Hex415581805B434c5312
Octal1011251030013310311412322
Binary100000110101011000110000101101110000111001100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415508; }

 p { color: rgb(65,85,8); }

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

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

 a { background-color: rgb(65,85,8); }

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

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

 span { border-color: rgb(65,85,8); }

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