Html Css Color HEX #466115 Verdun Green

📋 copy color: '#466115'

red 70 ◦ green 97 ◦ blue 21

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

Shades of Verdun Green #466115

Tints of Verdun Green #466115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.6%

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

R = 37.23%
G = 51.6%
B = 11.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#466115 (or 0x466115) is known color: Verdun Green. HEX triplet: 46, 61 and 15. RGB value is (70,97,21). Sum of RGB (Red+Green+Blue) = 70+97+21=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #466115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466115 is #B99EEA. Grayscale: #505050. Windows color (decimal): -12164843 or 1401158. OLE color: 1401158.

HSL color Cylindrical-coordinate representation of color #466115: hue angle of 81.32º 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 #466115 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 21 -
CMYK 0.28 0 0.78 0.62
HSL 81.32º 0.64% 0.23% -
HSV(B) 81.32º 0.78% 0.38% -
XYZ 6.94 9.91 2.26 -
YUV 80.26 94.55 120.68 -
System Red Green Blue C M Y K H S L
Decimal 70 97 21 0.28 0 0.78 0.62 81.32 0.64 0.23
Hex 46 61 15 1C 0 4E 3E 51 40 17
Octal 106 141 25 34 0 116 76 121 100 27
Binary 1000110 1100001 10101 11100 0 1001110 111110 1010001 1000000 10111

Color Harmonies of #466115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466115

Black with #466115

Text Example


Text Example

White with #466115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466115; }

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

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

background-color css

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

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

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

border-color css

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

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

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