Html Css Color HEX #466910 Verdun Green

📋 copy color: '#466910'

red 70 ◦ green 105 ◦ blue 16

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

Shades of Verdun Green #466910

Tints of Verdun Green #466910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.38%

R = 36.65%
G = 54.97%
B = 8.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#466910 (or 0x466910) is known color: Verdun Green. HEX triplet: 46, 69 and 10. RGB value is (70,105,16). Sum of RGB (Red+Green+Blue) = 70+105+16=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #466910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466910 is #B996EF. Grayscale: #545454. Windows color (decimal): -12162800 or 1075526. OLE color: 1075526.

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

Color convert

RGB 70 105 16 -
CMYK 0.33 0 0.85 0.59
HSL 83.6º 0.74% 0.24% -
HSV(B) 83.6º 0.85% 0.41% -
XYZ 7.67 11.44 2.29 -
YUV 84.39 89.4 117.74 -
System Red Green Blue C M Y K H S L
Decimal 70 105 16 0.33 0 0.85 0.59 83.6 0.74 0.24
Hex 46 69 10 21 0 55 3B 54 4A 18
Octal 106 151 20 41 0 125 73 124 112 30
Binary 1000110 1101001 10000 100001 0 1010101 111011 1010100 1001010 11000

Color Harmonies of #466910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466910

Black with #466910

Text Example


Text Example

White with #466910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466910; }

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

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

background-color css

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

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

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

border-color css

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

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

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