#465F15

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

Shades of Verdun Green #465F15

Tints of Verdun Green #465F15

Color information

#465F15 (or 0x465F15) is unknown color: approx Verdun Green. HEX triplet: 46, 5F and 15. RGB value is (70,95,21). Sum of RGB (Red+Green+Blue) = 70+95+21=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #465F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465F15 is #B9A0EA. Grayscale: #4F4F4F. Windows color (decimal): -12165355 or 1400646. OLE color: 1400646.

HSL color Cylindrical-coordinate representation of color #465F15: hue angle of 80.27º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #465F15 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB709521-
CMYK0.2600.780.63
HSL80.27º63.79%22.75%-
HSV(B)80.27º77.89%37.25%-
XYZ6.759.542.2-
YUV79.0995.22121.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 95 (37.5% from 255) = 51.08%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=37.63%
G=51.08%
B=11.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7095210.2600.780.6380.2763.7922.75
Hex465F151A04E3F504017
Octal106137253201167712010027
Binary100011010111111010111010010011101111111010000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465F15; }

 p { color: rgb(70,95,21); }

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

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

 a { background-color: rgb(70,95,21); }

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

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

 span { border-color: rgb(70,95,21); }

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