#486512

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

Shades of Verdun Green #486512

Tints of Verdun Green #486512

Color information

#486512 (or 0x486512) is unknown color: approx Verdun Green. HEX triplet: 48, 65 and 12. RGB value is (72,101,18). Sum of RGB (Red+Green+Blue) = 72+101+18=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #486512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486512 is #B79AED. Grayscale: #535353. Windows color (decimal): -12032750 or 1205576. OLE color: 1205576.

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

Color convert

RGB7210118-
CMYK0.2900.820.60
HSL80.96º69.75%23.33%-
HSV(B)80.96º82.18%39.61%-
XYZ7.4410.732.25-
YUV82.8791.39120.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 101 (39.84% from 255) = 52.88%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=37.70%
G=52.88%
B=9.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101180.2900.820.6080.9669.7523.33
Hex4865121D0523C514617
Octal110145223501227412110627
Binary100100011001011001011101010100101111001010001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486512; }

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

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

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

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

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

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

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

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