Html Css Color HEX #486516 Verdun Green

📋 copy color: '#486516'

red 72 ◦ green 101 ◦ blue 22

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

Shades of Verdun Green #486516

Tints of Verdun Green #486516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.79%

 BLUE value IS 22 (8.98% from 255) = 11.28%

R = 36.92%
G = 51.79%
B = 11.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#486516 (or 0x486516) is known color: Verdun Green. HEX triplet: 48, 65 and 16. RGB value is (72,101,22). Sum of RGB (Red+Green+Blue) = 72+101+22=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #486516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486516 is #B79AE9. Grayscale: #535353. Windows color (decimal): -12032746 or 1467720. OLE color: 1467720.

HSL color Cylindrical-coordinate representation of color #486516: hue angle of 82.03º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #486516 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 22 -
CMYK 0.29 0 0.78 0.60
HSL 82.03º 0.64% 0.24% -
HSV(B) 82.03º 0.78% 0.4% -
XYZ 7.47 10.74 2.44 -
YUV 83.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 72 101 22 0.29 0 0.78 0.60 82.03 0.64 0.24
Hex 48 65 16 1D 0 4E 3C 52 40 18
Octal 110 145 26 35 0 116 74 122 100 30
Binary 1001000 1100101 10110 11101 0 1001110 111100 1010010 1000000 11000

Color Harmonies of #486516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486516

Black with #486516

Text Example


Text Example

White with #486516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486516; }

 p { color: rgb(72,101,22); }

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

background-color css

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

 a { background-color: rgb(72,101,22); }

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

border-color css

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

 span { border-color: rgb(72,101,22); }

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