#487F13

Color #487F13 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #487F13

Tints of Bilbao #487F13

Color information

#487F13 (or 0x487F13) is unknown color: approx Bilbao. HEX triplet: 48, 7F and 13. RGB value is (72,127,19). Sum of RGB (Red+Green+Blue) = 72+127+19=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 127 (50% from 255 or 58.26% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 127 - color contains mainly: green. Hex color #487F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487F13 is #B780EC. Grayscale: #626262. Windows color (decimal): -12026093 or 1277768. OLE color: 1277768.

HSL color Cylindrical-coordinate representation of color #487F13: hue angle of 90.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #487F13 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB7212719-
CMYK0.4300.850.50
HSL90.56º73.97%28.63%-
HSV(B)90.56º85.04%49.8%-
XYZ10.3816.63.27-
YUV98.2483.28109.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 127 (50% from 255) = 58.26%
BLUE value IS 19 (7.81% from 255) = 8.72%
R=33.03%
G=58.26%
B=8.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72127190.4300.850.5090.5673.9728.63
Hex487F132B055325b4a1d
Octal110177235301256213311235
Binary1001000111111110011101011010101011100101011011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487F13; }

 p { color: rgb(72,127,19); }

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

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

 a { background-color: rgb(72,127,19); }

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

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

 span { border-color: rgb(72,127,19); }

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