Html Css Color HEX #466611 Verdun Green

📋 copy color: '#466611'

red 70 ◦ green 102 ◦ blue 17

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

Shades of Verdun Green #466611

Tints of Verdun Green #466611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.97%

 BLUE value IS 17 (7.03% from 255) = 8.99%

R = 37.04%
G = 53.97%
B = 8.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#466611 (or 0x466611) is known color: Verdun Green. HEX triplet: 46, 66 and 11. RGB value is (70,102,17). Sum of RGB (Red+Green+Blue) = 70+102+17=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #466611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466611 is #B999EE. Grayscale: #535353. Windows color (decimal): -12163567 or 1140294. OLE color: 1140294.

HSL color Cylindrical-coordinate representation of color #466611: hue angle of 82.59º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #466611 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 102 17 -
CMYK 0.31 0 0.83 0.6
HSL 82.59º 0.71% 0.23% -
HSV(B) 82.59º 0.83% 0.4% -
XYZ 7.38 10.85 2.23 -
YUV 82.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 70 102 17 0.31 0 0.83 0.6 82.59 0.71 0.23
Hex 46 66 11 1F 0 53 3C 53 47 17
Octal 106 146 21 37 0 123 74 123 107 27
Binary 1000110 1100110 10001 11111 0 1010011 111100 1010011 1000111 10111

Color Harmonies of #466611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466611

Black with #466611

Text Example


Text Example

White with #466611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466611; }

 p { color: rgb(70,102,17); }

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

background-color css

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

 a { background-color: rgb(70,102,17); }

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

border-color css

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

 span { border-color: rgb(70,102,17); }

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