Html Css Color HEX #466213 Verdun Green

📋 copy color: '#466213'

red 70 ◦ green 98 ◦ blue 19

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

Shades of Verdun Green #466213

Tints of Verdun Green #466213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 37.43%
G = 52.41%
B = 10.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#466213 (or 0x466213) is known color: Verdun Green. HEX triplet: 46, 62 and 13. RGB value is (70,98,19). Sum of RGB (Red+Green+Blue) = 70+98+19=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #466213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466213 is #B99DEC. Grayscale: #505050. Windows color (decimal): -12164589 or 1270342. OLE color: 1270342.

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

Color convert

RGB 70 98 19 -
CMYK 0.29 0 0.81 0.62
HSL 81.27º 0.68% 0.23% -
HSV(B) 81.27º 0.81% 0.38% -
XYZ 7.01 10.08 2.19 -
YUV 80.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 70 98 19 0.29 0 0.81 0.62 81.27 0.68 0.23
Hex 46 62 13 1D 0 51 3E 51 44 17
Octal 106 142 23 35 0 121 76 121 104 27
Binary 1000110 1100010 10011 11101 0 1010001 111110 1010001 1000100 10111

Color Harmonies of #466213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466213

Black with #466213

Text Example


Text Example

White with #466213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466213; }

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

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

background-color css

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

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

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

border-color css

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

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

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