Html Css Color HEX #466516 Verdun Green

📋 copy color: '#466516'

red 70 ◦ green 101 ◦ blue 22

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

Shades of Verdun Green #466516

Tints of Verdun Green #466516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 52.33%

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

R = 36.27%
G = 52.33%
B = 11.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#466516 (or 0x466516) is known color: Verdun Green. HEX triplet: 46, 65 and 16. RGB value is (70,101,22). Sum of RGB (Red+Green+Blue) = 70+101+22=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #466516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466516 is #B99AE9. Grayscale: #535353. Windows color (decimal): -12163818 or 1467718. OLE color: 1467718.

HSL color Cylindrical-coordinate representation of color #466516: hue angle of 83.54º degrees, saturation: 0.64, 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 #466516 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 101 22 -
CMYK 0.31 0 0.78 0.60
HSL 83.54º 0.64% 0.24% -
HSV(B) 83.54º 0.78% 0.4% -
XYZ 7.32 10.67 2.43 -
YUV 82.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 70 101 22 0.31 0 0.78 0.60 83.54 0.64 0.24
Hex 46 65 16 1F 0 4E 3C 54 40 18
Octal 106 145 26 37 0 116 74 124 100 30
Binary 1000110 1100101 10110 11111 0 1001110 111100 1010100 1000000 11000

Color Harmonies of #466516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466516

Black with #466516

Text Example


Text Example

White with #466516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466516; }

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

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

background-color css

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

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

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

border-color css

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

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

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