Html Css Color HEX #486316 Verdun Green

📋 copy color: '#486316'

red 72 ◦ green 99 ◦ blue 22

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

Shades of Verdun Green #486316

Tints of Verdun Green #486316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.3%

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

R = 37.31%
G = 51.3%
B = 11.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#486316 (or 0x486316) is known color: Verdun Green. HEX triplet: 48, 63 and 16. RGB value is (72,99,22). Sum of RGB (Red+Green+Blue) = 72+99+22=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #486316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486316 is #B79CE9. Grayscale: #525252. Windows color (decimal): -12033258 or 1467208. OLE color: 1467208.

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

Color convert

RGB 72 99 22 -
CMYK 0.27 0 0.78 0.61
HSL 81.04º 0.64% 0.24% -
HSV(B) 81.04º 0.78% 0.39% -
XYZ 7.28 10.36 2.37 -
YUV 82.15 94.05 120.76 -
System Red Green Blue C M Y K H S L
Decimal 72 99 22 0.27 0 0.78 0.61 81.04 0.64 0.24
Hex 48 63 16 1B 0 4E 3D 51 40 18
Octal 110 143 26 33 0 116 75 121 100 30
Binary 1001000 1100011 10110 11011 0 1001110 111101 1010001 1000000 11000

Color Harmonies of #486316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486316

Black with #486316

Text Example


Text Example

White with #486316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486316; }

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

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

background-color css

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

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

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

border-color css

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

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

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