Html Css Color HEX #486215 Verdun Green

📋 copy color: '#486215'

red 72 ◦ green 98 ◦ blue 21

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

Shades of Verdun Green #486215

Tints of Verdun Green #486215

RGB

 RED value IS 72 (28.52% from 255) = 37.7%

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

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

R = 37.7%
G = 51.31%
B = 10.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#486215 (or 0x486215) is known color: Verdun Green. HEX triplet: 48, 62 and 15. RGB value is (72,98,21). Sum of RGB (Red+Green+Blue) = 72+98+21=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #486215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486215 is #B79DEA. Grayscale: #515151. Windows color (decimal): -12033515 or 1401416. OLE color: 1401416.

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

Color convert

RGB 72 98 21 -
CMYK 0.27 0 0.79 0.62
HSL 80.26º 0.65% 0.23% -
HSV(B) 80.26º 0.79% 0.38% -
XYZ 7.18 10.17 2.29 -
YUV 81.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 72 98 21 0.27 0 0.79 0.62 80.26 0.65 0.23
Hex 48 62 15 1B 0 4F 3E 50 41 17
Octal 110 142 25 33 0 117 76 120 101 27
Binary 1001000 1100010 10101 11011 0 1001111 111110 1010000 1000001 10111

Color Harmonies of #486215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486215

Black with #486215

Text Example


Text Example

White with #486215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486215; }

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

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

background-color css

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

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

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

border-color css

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

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

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