Html Css Color HEX #466112 Verdun Green

📋 copy color: '#466112'

red 70 ◦ green 97 ◦ blue 18

#466112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #466112

Tints of Verdun Green #466112

RGB

 RED value IS 70 (27.73% from 255) = 37.84%

 GREEN value IS 97 (38.28% from 255) = 52.43%

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 37.84%
G = 52.43%
B = 9.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#466112 (or 0x466112) is known color: Verdun Green. HEX triplet: 46, 61 and 12. RGB value is (70,97,18). Sum of RGB (Red+Green+Blue) = 70+97+18=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #466112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466112 is #B99EED. Grayscale: #505050. Windows color (decimal): -12164846 or 1204550. OLE color: 1204550.

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

Color convert

RGB 70 97 18 -
CMYK 0.28 0 0.81 0.62
HSL 80.51º 0.69% 0.23% -
HSV(B) 80.51º 0.81% 0.38% -
XYZ 6.91 9.9 2.12 -
YUV 79.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 70 97 18 0.28 0 0.81 0.62 80.51 0.69 0.23
Hex 46 61 12 1C 0 51 3E 51 45 17
Octal 106 141 22 34 0 121 76 121 105 27
Binary 1000110 1100001 10010 11100 0 1010001 111110 1010001 1000101 10111

Color Harmonies of #466112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466112

Black with #466112

Text Example


Text Example

White with #466112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466112; }

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

 H1.HeaderClassName
 {
   color: #466112;
 }
 .AnyTagClassName
 {
   color: #466112;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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