#487003

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

Shades of Verdun Green #487003

Tints of Verdun Green #487003

Color information

#487003 (or 0x487003) is unknown color: approx Verdun Green. HEX triplet: 48, 70 and 03. RGB value is (72,112,3). Sum of RGB (Red+Green+Blue) = 72+112+3=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #487003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487003 is #B78FFC. Grayscale: #585858. Windows color (decimal): -12029949 or 225352. OLE color: 225352.

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

Color convert

RGB721123-
CMYK0.3600.970.56
HSL82.02º94.78%22.55%-
HSV(B)82.02º97.32%43.92%-
XYZ8.4812.972.14-
YUV87.6180.25116.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 112 (44.14% from 255) = 59.89%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=38.50%
G=59.89%
B=1.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7211230.3600.970.5682.0294.7822.55
Hex487032406138525f17
Octal11016034401417012213727
Binary1001000111000011100100011000011110001010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487003; }

 p { color: rgb(72,112,3); }

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

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

 a { background-color: rgb(72,112,3); }

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

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

 span { border-color: rgb(72,112,3); }

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