#487204

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

Shades of Verdun Green #487204

Tints of Verdun Green #487204

Color information

#487204 (or 0x487204) is unknown color: approx Verdun Green. HEX triplet: 48, 72 and 04. RGB value is (72,114,4). Sum of RGB (Red+Green+Blue) = 72+114+4=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #487204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487204 is #B78DFB. Grayscale: #595959. Windows color (decimal): -12029436 or 291400. OLE color: 291400.

HSL color Cylindrical-coordinate representation of color #487204: hue angle of 82.91º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #487204 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB721144-
CMYK0.3700.960.55
HSL82.91º93.22%23.14%-
HSV(B)82.91º96.49%44.71%-
XYZ8.7113.422.25-
YUV88.980.09115.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 114 (44.92% from 255) = 60%
BLUE value IS 4 (1.95% from 255) = 2.11%
R=37.89%
G=60%
B=2.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7211440.3700.960.5582.9193.2223.14
Hex487242506037535d17
Octal11016244501406712313527
Binary10010001110010100100101011000001101111010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487204; }

 p { color: rgb(72,114,4); }

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

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

 a { background-color: rgb(72,114,4); }

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

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

 span { border-color: rgb(72,114,4); }

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