#487103

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

Shades of Verdun Green #487103

Tints of Verdun Green #487103

Color information

#487103 (or 0x487103) is unknown color: approx Verdun Green. HEX triplet: 48, 71 and 03. RGB value is (72,113,3). Sum of RGB (Red+Green+Blue) = 72+113+3=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #487103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487103 is #B78EFC. Grayscale: #585858. Windows color (decimal): -12029693 or 225608. OLE color: 225608.

HSL color Cylindrical-coordinate representation of color #487103: hue angle of 82.36º 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 #487103 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB721133-
CMYK0.3600.970.56
HSL82.36º94.83%22.75%-
HSV(B)82.36º97.35%44.31%-
XYZ8.5913.192.18-
YUV88.279.92116.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 113 (44.53% from 255) = 60.11%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=38.30%
G=60.11%
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
Decimal7211330.3600.970.5682.3694.8322.75
Hex487132406138525f17
Octal11016134401417012213727
Binary1001000111000111100100011000011110001010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487103; }

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

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

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

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

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

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

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

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