#487105

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

Shades of Verdun Green #487105

Tints of Verdun Green #487105

Color information

#487105 (or 0x487105) is unknown color: approx Verdun Green. HEX triplet: 48, 71 and 05. RGB value is (72,113,5). Sum of RGB (Red+Green+Blue) = 72+113+5=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #487105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487105 is #B78EFA. Grayscale: #585858. Windows color (decimal): -12029691 or 356680. OLE color: 356680.

HSL color Cylindrical-coordinate representation of color #487105: hue angle of 82.78º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #487105 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB721135-
CMYK0.3600.960.56
HSL82.78º91.53%23.14%-
HSV(B)82.78º95.58%44.31%-
XYZ8.6113.22.24-
YUV88.4380.92116.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 113 (44.53% from 255) = 59.47%
BLUE value IS 5 (2.34% from 255) = 2.63%
R=37.89%
G=59.47%
B=2.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7211350.3600.960.5682.7891.5323.14
Hex487152406038535c17
Octal11016154401407012313427
Binary10010001110001101100100011000001110001010011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487105; }

 p { color: rgb(72,113,5); }

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

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

 a { background-color: rgb(72,113,5); }

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

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

 span { border-color: rgb(72,113,5); }

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