Html Css Color HEX #466616 Verdun Green

📋 copy color: '#466616'

red 70 ◦ green 102 ◦ blue 22

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

Shades of Verdun Green #466616

Tints of Verdun Green #466616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.34%

R = 36.08%
G = 52.58%
B = 11.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#466616 (or 0x466616) is known color: Verdun Green. HEX triplet: 46, 66 and 16. RGB value is (70,102,22). Sum of RGB (Red+Green+Blue) = 70+102+22=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #466616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466616 is #B999E9. Grayscale: #535353. Windows color (decimal): -12163562 or 1467974. OLE color: 1467974.

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

Color convert

RGB 70 102 22 -
CMYK 0.31 0 0.78 0.6
HSL 84º 0.65% 0.24% -
HSV(B) 84º 0.78% 0.4% -
XYZ 7.42 10.86 2.46 -
YUV 83.31 93.4 118.5 -
System Red Green Blue C M Y K H S L
Decimal 70 102 22 0.31 0 0.78 0.6 84 0.65 0.24
Hex 46 66 16 1F 0 4E 3C 54 41 18
Octal 106 146 26 37 0 116 74 124 101 30
Binary 1000110 1100110 10110 11111 0 1001110 111100 1010100 1000001 11000

Color Harmonies of #466616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466616

Black with #466616

Text Example


Text Example

White with #466616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466616; }

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

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

background-color css

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

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

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

border-color css

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

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

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