Html Css Color HEX #466012 Verdun Green

📋 copy color: '#466012'

red 70 ◦ green 96 ◦ blue 18

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

Shades of Verdun Green #466012

Tints of Verdun Green #466012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.17%

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

R = 38.04%
G = 52.17%
B = 9.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#466012 (or 0x466012) is known color: Verdun Green. HEX triplet: 46, 60 and 12. RGB value is (70,96,18). Sum of RGB (Red+Green+Blue) = 70+96+18=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #466012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466012 is #B99FED. Grayscale: #4F4F4F. Windows color (decimal): -12165102 or 1204294. OLE color: 1204294.

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

Color convert

RGB 70 96 18 -
CMYK 0.27 0 0.81 0.62
HSL 80º 0.68% 0.22% -
HSV(B) 80º 0.81% 0.38% -
XYZ 6.82 9.71 2.09 -
YUV 79.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 70 96 18 0.27 0 0.81 0.62 80 0.68 0.22
Hex 46 60 12 1B 0 51 3E 50 44 16
Octal 106 140 22 33 0 121 76 120 104 26
Binary 1000110 1100000 10010 11011 0 1010001 111110 1010000 1000100 10110

Color Harmonies of #466012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466012

Black with #466012

Text Example


Text Example

White with #466012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466012; }

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

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

background-color css

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

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

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

border-color css

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

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

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