#466317

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

Shades of Verdun Green #466317

Tints of Verdun Green #466317

Color information

#466317 (or 0x466317) is unknown color: approx Verdun Green. HEX triplet: 46, 63 and 17. RGB value is (70,99,23). Sum of RGB (Red+Green+Blue) = 70+99+23=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #466317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466317 is #B99CE8. Grayscale: #515151. Windows color (decimal): -12164329 or 1532742. OLE color: 1532742.

HSL color Cylindrical-coordinate representation of color #466317: hue angle of 82.89º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #466317 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB709923-
CMYK0.2900.770.61
HSL82.89º62.3%23.92%-
HSV(B)82.89º76.77%38.82%-
XYZ7.1410.292.42-
YUV81.6794.89119.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 99 (39.06% from 255) = 51.56%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=36.46%
G=51.56%
B=11.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099230.2900.770.6182.8962.323.92
Hex4663171D04D3D533e18
Octal10614327350115751237630
Binary10001101100011101111110101001101111101101001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466317; }

 p { color: rgb(70,99,23); }

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

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

 a { background-color: rgb(70,99,23); }

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

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

 span { border-color: rgb(70,99,23); }

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