#486319

Color #486319 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #486319

Tints of Verdun Green #486319

Color information

#486319 (or 0x486319) is unknown color: approx Verdun Green. HEX triplet: 48, 63 and 19. RGB value is (72,99,25). Sum of RGB (Red+Green+Blue) = 72+99+25=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #486319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486319 is #B79CE6. Grayscale: #525252. Windows color (decimal): -12033255 or 1663816. OLE color: 1663816.

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

Color convert

RGB729925-
CMYK0.2700.750.61
HSL81.89º59.68%24.31%-
HSV(B)81.89º74.75%38.82%-
XYZ7.3110.372.54-
YUV82.4995.55120.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=36.73%
G=50.51%
B=12.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299250.2700.750.6181.8959.6824.31
Hex4863191B04B3D523c18
Octal11014331330113751227430
Binary10010001100011110011101101001011111101101001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486319; }

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

 H1.HeaderClassName
 {
   color: #486319;
 }
 .AnyTagClassName
 {
   color: #486319;
 }
</style>
background-color css

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

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

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

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

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

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