Html Css Color HEX #466216 Verdun Green

📋 copy color: '#466216'

red 70 ◦ green 98 ◦ blue 22

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

Shades of Verdun Green #466216

Tints of Verdun Green #466216

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.58%

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

R = 36.84%
G = 51.58%
B = 11.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#466216 (or 0x466216) is known color: Verdun Green. HEX triplet: 46, 62 and 16. RGB value is (70,98,22). Sum of RGB (Red+Green+Blue) = 70+98+22=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #466216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466216 is #B99DE9. Grayscale: #515151. Windows color (decimal): -12164586 or 1466950. OLE color: 1466950.

HSL color Cylindrical-coordinate representation of color #466216: hue angle of 82.11º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #466216 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 98 22 -
CMYK 0.29 0 0.78 0.62
HSL 82.11º 0.63% 0.24% -
HSV(B) 82.11º 0.78% 0.38% -
XYZ 7.04 10.1 2.34 -
YUV 80.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 70 98 22 0.29 0 0.78 0.62 82.11 0.63 0.24
Hex 46 62 16 1D 0 4E 3E 52 3F 18
Octal 106 142 26 35 0 116 76 122 77 30
Binary 1000110 1100010 10110 11101 0 1001110 111110 1010010 111111 11000

Color Harmonies of #466216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466216

Black with #466216

Text Example


Text Example

White with #466216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466216; }

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

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

background-color css

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

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

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

border-color css

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

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

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