#466115

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

Shades of Verdun Green #466115

Tints of Verdun Green #466115

Color information

#466115 (or 0x466115) is unknown color: approx Verdun Green. HEX triplet: 46, 61 and 15. RGB value is (70,97,21). Sum of RGB (Red+Green+Blue) = 70+97+21=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #466115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466115 is #B99EEA. Grayscale: #505050. Windows color (decimal): -12164843 or 1401158. OLE color: 1401158.

HSL color Cylindrical-coordinate representation of color #466115: hue angle of 81.32º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #466115 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB709721-
CMYK0.2800.780.62
HSL81.32º64.41%23.14%-
HSV(B)81.32º78.35%38.04%-
XYZ6.949.912.26-
YUV80.2694.55120.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 97 (38.28% from 255) = 51.60%
BLUE value IS 21 (8.59% from 255) = 11.17%
R=37.23%
G=51.60%
B=11.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097210.2800.780.6281.3264.4123.14
Hex4661151C04E3E514017
Octal106141253401167612110027
Binary100011011000011010111100010011101111101010001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466115; }

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

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

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

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

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

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

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

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