Html Css Color HEX #466911 Verdun Green

📋 copy color: '#466911'

red 70 ◦ green 105 ◦ blue 17

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

Shades of Verdun Green #466911

Tints of Verdun Green #466911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.69%

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

R = 36.46%
G = 54.69%
B = 8.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#466911 (or 0x466911) is known color: Verdun Green. HEX triplet: 46, 69 and 11. RGB value is (70,105,17). Sum of RGB (Red+Green+Blue) = 70+105+17=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #466911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466911 is #B996EE. Grayscale: #545454. Windows color (decimal): -12162799 or 1141062. OLE color: 1141062.

HSL color Cylindrical-coordinate representation of color #466911: hue angle of 83.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #466911 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 17 -
CMYK 0.33 0 0.84 0.59
HSL 83.86º 0.72% 0.24% -
HSV(B) 83.86º 0.84% 0.41% -
XYZ 7.68 11.45 2.33 -
YUV 84.5 89.9 117.66 -
System Red Green Blue C M Y K H S L
Decimal 70 105 17 0.33 0 0.84 0.59 83.86 0.72 0.24
Hex 46 69 11 21 0 54 3B 54 48 18
Octal 106 151 21 41 0 124 73 124 110 30
Binary 1000110 1101001 10001 100001 0 1010100 111011 1010100 1001000 11000

Color Harmonies of #466911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466911

Black with #466911

Text Example


Text Example

White with #466911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466911; }

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

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

background-color css

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

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

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

border-color css

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

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

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