#466018

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

Shades of Verdun Green #466018

Tints of Verdun Green #466018

Color information

#466018 (or 0x466018) is unknown color: approx Verdun Green. HEX triplet: 46, 60 and 18. RGB value is (70,96,24). Sum of RGB (Red+Green+Blue) = 70+96+24=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #466018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466018 is #B99FE7. Grayscale: #505050. Windows color (decimal): -12165096 or 1597510. OLE color: 1597510.

HSL color Cylindrical-coordinate representation of color #466018: hue angle of 81.67º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #466018 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB709624-
CMYK0.2700.750.62
HSL81.67º60%23.53%-
HSV(B)81.67º75%37.65%-
XYZ6.879.732.38-
YUV80.0296.39120.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=36.84%
G=50.53%
B=12.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096240.2700.750.6281.676023.53
Hex4660181B04B3E523c18
Octal10614030330113761227430
Binary10001101100000110001101101001011111110101001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466018; }

 p { color: rgb(70,96,24); }

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

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

 a { background-color: rgb(70,96,24); }

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

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

 span { border-color: rgb(70,96,24); }

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