Html Css Color HEX #466015 Verdun Green

📋 copy color: '#466015'

red 70 ◦ green 96 ◦ blue 21

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

Shades of Verdun Green #466015

Tints of Verdun Green #466015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.34%

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

R = 37.43%
G = 51.34%
B = 11.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#466015 (or 0x466015) is known color: Verdun Green. HEX triplet: 46, 60 and 15. RGB value is (70,96,21). Sum of RGB (Red+Green+Blue) = 70+96+21=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #466015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466015 is #B99FEA. Grayscale: #4F4F4F. Windows color (decimal): -12165099 or 1400902. OLE color: 1400902.

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

Color convert

RGB 70 96 21 -
CMYK 0.27 0 0.78 0.62
HSL 80.8º 0.64% 0.23% -
HSV(B) 80.8º 0.78% 0.38% -
XYZ 6.84 9.72 2.23 -
YUV 79.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 70 96 21 0.27 0 0.78 0.62 80.8 0.64 0.23
Hex 46 60 15 1B 0 4E 3E 51 40 17
Octal 106 140 25 33 0 116 76 121 100 27
Binary 1000110 1100000 10101 11011 0 1001110 111110 1010001 1000000 10111

Color Harmonies of #466015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466015

Black with #466015

Text Example


Text Example

White with #466015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466015; }

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

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

background-color css

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

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

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

border-color css

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

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

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