#486015

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

Shades of Verdun Green #486015

Tints of Verdun Green #486015

Color information

#486015 (or 0x486015) is unknown color: approx Verdun Green. HEX triplet: 48, 60 and 15. RGB value is (72,96,21). Sum of RGB (Red+Green+Blue) = 72+96+21=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #486015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486015 is #B79FEA. Grayscale: #505050. Windows color (decimal): -12034027 or 1400904. OLE color: 1400904.

HSL color Cylindrical-coordinate representation of color #486015: hue angle of 79.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #486015 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB729621-
CMYK0.2500.780.62
HSL79.2º64.1%22.94%-
HSV(B)79.2º78.12%37.65%-
XYZ6.999.82.23-
YUV80.2794.55122.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=38.10%
G=50.79%
B=11.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296210.2500.780.6279.264.122.94
Hex4860151904E3E4f4017
Octal110140253101167611710027
Binary100100011000001010111001010011101111101001111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486015; }

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

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

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

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

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

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

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

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