Html Css Color HEX #466210 Verdun Green

📋 copy color: '#466210'

red 70 ◦ green 98 ◦ blue 16

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

Shades of Verdun Green #466210

Tints of Verdun Green #466210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.26%

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

R = 38.04%
G = 53.26%
B = 8.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#466210 (or 0x466210) is known color: Verdun Green. HEX triplet: 46, 62 and 10. RGB value is (70,98,16). Sum of RGB (Red+Green+Blue) = 70+98+16=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #466210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466210 is #B99DEF. Grayscale: #505050. Windows color (decimal): -12164592 or 1073734. OLE color: 1073734.

HSL color Cylindrical-coordinate representation of color #466210: hue angle of 80.49º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #466210 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 98 16 -
CMYK 0.29 0 0.84 0.62
HSL 80.49º 0.72% 0.22% -
HSV(B) 80.49º 0.84% 0.38% -
XYZ 6.99 10.07 2.07 -
YUV 80.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 70 98 16 0.29 0 0.84 0.62 80.49 0.72 0.22
Hex 46 62 10 1D 0 54 3E 50 48 16
Octal 106 142 20 35 0 124 76 120 110 26
Binary 1000110 1100010 10000 11101 0 1010100 111110 1010000 1001000 10110

Color Harmonies of #466210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466210

Black with #466210

Text Example


Text Example

White with #466210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466210; }

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

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

background-color css

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

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

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

border-color css

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

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

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