Html Css Color HEX #466410 Verdun Green

📋 copy color: '#466410'

red 70 ◦ green 100 ◦ blue 16

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

Shades of Verdun Green #466410

Tints of Verdun Green #466410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.76%

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

R = 37.63%
G = 53.76%
B = 8.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#466410 (or 0x466410) is known color: Verdun Green. HEX triplet: 46, 64 and 10. RGB value is (70,100,16). Sum of RGB (Red+Green+Blue) = 70+100+16=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #466410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466410 is #B99BEF. Grayscale: #515151. Windows color (decimal): -12164080 or 1074246. OLE color: 1074246.

HSL color Cylindrical-coordinate representation of color #466410: hue angle of 81.43º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #466410 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 100 16 -
CMYK 0.30 0 0.84 0.61
HSL 81.43º 0.72% 0.23% -
HSV(B) 81.43º 0.84% 0.39% -
XYZ 7.18 10.45 2.13 -
YUV 81.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 70 100 16 0.30 0 0.84 0.61 81.43 0.72 0.23
Hex 46 64 10 1E 0 54 3D 51 48 17
Octal 106 144 20 36 0 124 75 121 110 27
Binary 1000110 1100100 10000 11110 0 1010100 111101 1010001 1001000 10111

Color Harmonies of #466410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466410

Black with #466410

Text Example


Text Example

White with #466410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466410; }

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

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

background-color css

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

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

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

border-color css

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

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

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