Html Css Color HEX #466215 Verdun Green

📋 copy color: '#466215'

red 70 ◦ green 98 ◦ blue 21

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

Shades of Verdun Green #466215

Tints of Verdun Green #466215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 37.04%
G = 51.85%
B = 11.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#466215 (or 0x466215) is known color: Verdun Green. HEX triplet: 46, 62 and 15. RGB value is (70,98,21). Sum of RGB (Red+Green+Blue) = 70+98+21=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #466215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466215 is #B99DEA. Grayscale: #515151. Windows color (decimal): -12164587 or 1401414. OLE color: 1401414.

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

Color convert

RGB 70 98 21 -
CMYK 0.29 0 0.79 0.62
HSL 81.82º 0.65% 0.23% -
HSV(B) 81.82º 0.79% 0.38% -
XYZ 7.03 10.09 2.29 -
YUV 80.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 70 98 21 0.29 0 0.79 0.62 81.82 0.65 0.23
Hex 46 62 15 1D 0 4F 3E 52 41 17
Octal 106 142 25 35 0 117 76 122 101 27
Binary 1000110 1100010 10101 11101 0 1001111 111110 1010010 1000001 10111

Color Harmonies of #466215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466215

Black with #466215

Text Example


Text Example

White with #466215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466215; }

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

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

background-color css

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

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

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

border-color css

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

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

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