Html Css Color HEX #466316 Verdun Green

📋 copy color: '#466316'

red 70 ◦ green 99 ◦ blue 22

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

Shades of Verdun Green #466316

Tints of Verdun Green #466316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.83%

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

R = 36.65%
G = 51.83%
B = 11.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#466316 (or 0x466316) is known color: Verdun Green. HEX triplet: 46, 63 and 16. RGB value is (70,99,22). Sum of RGB (Red+Green+Blue) = 70+99+22=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #466316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466316 is #B99CE9. Grayscale: #515151. Windows color (decimal): -12164330 or 1467206. OLE color: 1467206.

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

Color convert

RGB 70 99 22 -
CMYK 0.29 0 0.78 0.61
HSL 82.6º 0.64% 0.24% -
HSV(B) 82.6º 0.78% 0.39% -
XYZ 7.13 10.28 2.37 -
YUV 81.55 94.39 119.76 -
System Red Green Blue C M Y K H S L
Decimal 70 99 22 0.29 0 0.78 0.61 82.6 0.64 0.24
Hex 46 63 16 1D 0 4E 3D 53 40 18
Octal 106 143 26 35 0 116 75 123 100 30
Binary 1000110 1100011 10110 11101 0 1001110 111101 1010011 1000000 11000

Color Harmonies of #466316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466316

Black with #466316

Text Example


Text Example

White with #466316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466316; }

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

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

background-color css

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

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

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

border-color css

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

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

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