#487102

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

Shades of Verdun Green #487102

Tints of Verdun Green #487102

Color information

#487102 (or 0x487102) is unknown color: approx Verdun Green. HEX triplet: 48, 71 and 02. RGB value is (72,113,2). Sum of RGB (Red+Green+Blue) = 72+113+2=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #487102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487102 is #B78EFD. Grayscale: #585858. Windows color (decimal): -12029694 or 160072. OLE color: 160072.

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

Color convert

RGB721132-
CMYK0.3600.980.56
HSL82.16º96.52%22.55%-
HSV(B)82.16º98.23%44.31%-
XYZ8.5913.192.15-
YUV88.0979.42116.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 113 (44.53% from 255) = 60.43%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=38.50%
G=60.43%
B=1.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7211320.3600.980.5682.1696.5222.55
Hex487122406238526117
Octal11016124401427012214127
Binary1001000111000110100100011000101110001010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487102; }

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

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

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

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

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

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

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

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