#487200

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

Shades of Verdun Green #487200

Tints of Verdun Green #487200

Color information

#487200 (or 0x487200) is unknown color: approx Verdun Green. HEX triplet: 48, 72 and 00. RGB value is (72,114,0). Sum of RGB (Red+Green+Blue) = 72+114+0=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #487200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487200 is #B78DFF. Grayscale: #585858. Windows color (decimal): -12029440 or 29256. OLE color: 29256.

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

Color convert

RGB721140-
CMYK0.37010.55
HSL82.11º100%22.35%-
HSV(B)82.11º100%44.71%-
XYZ8.6913.412.13-
YUV88.4578.09116.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 114 (44.92% from 255) = 61.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.71%
G=61.29%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7211400.37010.5582.1110022.35
Hex487202506437526416
Octal11016204501446712214426
Binary100100011100100100101011001001101111010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487200; }

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

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

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

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

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

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

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

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