Html Css Color HEX #466110 Verdun Green

📋 copy color: '#466110'

red 70 ◦ green 97 ◦ blue 16

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

Shades of Verdun Green #466110

Tints of Verdun Green #466110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 38.25%
G = 53.01%
B = 8.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#466110 (or 0x466110) is known color: Verdun Green. HEX triplet: 46, 61 and 10. RGB value is (70,97,16). Sum of RGB (Red+Green+Blue) = 70+97+16=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #466110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466110 is #B99EEF. Grayscale: #4F4F4F. Windows color (decimal): -12164848 or 1073478. OLE color: 1073478.

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

Color convert

RGB 70 97 16 -
CMYK 0.28 0 0.84 0.62
HSL 80º 0.72% 0.22% -
HSV(B) 80º 0.84% 0.38% -
XYZ 6.89 9.89 2.04 -
YUV 79.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 70 97 16 0.28 0 0.84 0.62 80 0.72 0.22
Hex 46 61 10 1C 0 54 3E 50 48 16
Octal 106 141 20 34 0 124 76 120 110 26
Binary 1000110 1100001 10000 11100 0 1010100 111110 1010000 1001000 10110

Color Harmonies of #466110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466110

Black with #466110

Text Example


Text Example

White with #466110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466110; }

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

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

background-color css

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

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

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

border-color css

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

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

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