#486517

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

Shades of Verdun Green #486517

Tints of Verdun Green #486517

Color information

#486517 (or 0x486517) is unknown color: approx Verdun Green. HEX triplet: 48, 65 and 17. RGB value is (72,101,23). Sum of RGB (Red+Green+Blue) = 72+101+23=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #486517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486517 is #B79AE8. Grayscale: #535353. Windows color (decimal): -12032745 or 1533256. OLE color: 1533256.

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

Color convert

RGB7210123-
CMYK0.2900.770.60
HSL82.31º62.9%24.31%-
HSV(B)82.31º77.23%39.61%-
XYZ7.4810.752.49-
YUV83.4493.89119.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 101 (39.84% from 255) = 51.53%
BLUE value IS 23 (9.38% from 255) = 11.73%
R=36.73%
G=51.53%
B=11.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101230.2900.770.6082.3162.924.31
Hex4865171D04D3C523f18
Octal11014527350115741227730
Binary10010001100101101111110101001101111100101001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486517; }

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

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

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

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

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

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

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

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