#487601

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

Shades of Verdun Green #487601

Tints of Verdun Green #487601

Color information

#487601 (or 0x487601) is unknown color: approx Verdun Green. HEX triplet: 48, 76 and 01. RGB value is (72,118,1). Sum of RGB (Red+Green+Blue) = 72+118+1=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #487601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487601 is #B789FE. Grayscale: #5B5B5B. Windows color (decimal): -12028415 or 95816. OLE color: 95816.

HSL color Cylindrical-coordinate representation of color #487601: hue angle of 83.59º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #487601 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB721181-
CMYK0.3900.990.54
HSL83.59º98.32%23.33%-
HSV(B)83.59º99.15%46.27%-
XYZ9.1614.342.31-
YUV90.9177.26114.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 118 (46.48% from 255) = 61.78%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=37.70%
G=61.78%
B=0.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7211810.3900.990.5483.5998.3223.33
Hex487612706336546217
Octal11016614701436612414227
Binary100100011101101100111011000111101101010100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487601; }

 p { color: rgb(72,118,1); }

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

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

 a { background-color: rgb(72,118,1); }

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

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

 span { border-color: rgb(72,118,1); }

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