#465C15

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

Shades of Verdun Green #465C15

Tints of Verdun Green #465C15

Color information

#465C15 (or 0x465C15) is unknown color: approx Verdun Green. HEX triplet: 46, 5C and 15. RGB value is (70,92,21). Sum of RGB (Red+Green+Blue) = 70+92+21=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #465C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465C15 is #B9A3EA. Grayscale: #4D4D4D. Windows color (decimal): -12166123 or 1399878. OLE color: 1399878.

HSL color Cylindrical-coordinate representation of color #465C15: hue angle of 78.59º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #465C15 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB709221-
CMYK0.2400.770.64
HSL78.59º62.83%22.16%-
HSV(B)78.59º77.17%36.08%-
XYZ6.499.012.11-
YUV77.3396.21122.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 92 (36.33% from 255) = 50.27%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=38.25%
G=50.27%
B=11.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092210.2400.770.6478.5962.8322.16
Hex465C151804D404f3f16
Octal106134253001151001177726
Binary100011010111001010111000010011011000000100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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