#487F28

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

Shades of Bilbao #487F28

Tints of Bilbao #487F28

Color information

#487F28 (or 0x487F28) is unknown color: approx Bilbao. HEX triplet: 48, 7F and 28. RGB value is (72,127,40). Sum of RGB (Red+Green+Blue) = 72+127+40=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 127 (50% from 255 or 53.14% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 127 - color contains mainly: green. Hex color #487F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487F28 is #B780D7. Grayscale: #646464. Windows color (decimal): -12026072 or 2654024. OLE color: 2654024.

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

Color convert

RGB7212740-
CMYK0.4300.690.50
HSL97.93º52.1%32.75%-
HSV(B)97.93º68.5%49.8%-
XYZ10.6416.714.67-
YUV100.6493.78107.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 127 (50% from 255) = 53.14%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=30.13%
G=53.14%
B=16.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72127400.4300.690.5097.9352.132.75
Hex487F282B04532623421
Octal11017750530105621426441
Binary10010001111111101000101011010001011100101100010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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