#415f18

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

Shades of Verdun Green #415F18

Tints of Verdun Green #415F18

Color information

#415F18 (or 0x415F18) is unknown color: approx Verdun Green. HEX triplet: 41, 5F and 18. RGB value is (65,95,24). Sum of RGB (Red+Green+Blue) = 65+95+24=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #415F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415F18 is #BEA0E7. Grayscale: #4E4E4E. Windows color (decimal): -12493032 or 1597249. OLE color: 1597249.

HSL color Cylindrical-coordinate representation of color #415F18: hue angle of 85.35º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #415F18 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB659524-
CMYK0.3200.750.63
HSL85.35º59.66%23.33%-
HSV(B)85.35º74.74%37.25%-
XYZ6.449.372.33-
YUV77.9497.56118.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 95 (37.5% from 255) = 51.63%
BLUE value IS 24 (9.77% from 255) = 13.04%
R=35.33%
G=51.63%
B=13.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6595240.3200.750.6385.3559.6623.33
Hex415F182004B3F553c17
Octal10113730400113771257427
Binary100000110111111100010000001001011111111101010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415f18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415f18; }

 p { color: rgb(65,95,24); }

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

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

 a { background-color: rgb(65,95,24); }

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

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

 span { border-color: rgb(65,95,24); }

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