#487728

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

Shades of Bilbao #487728

Tints of Bilbao #487728

Color information

#487728 (or 0x487728) is unknown color: approx Bilbao. HEX triplet: 48, 77 and 28. RGB value is (72,119,40). Sum of RGB (Red+Green+Blue) = 72+119+40=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #487728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487728 is #B788D7. Grayscale: #606060. Windows color (decimal): -12028120 or 2651976. OLE color: 2651976.

HSL color Cylindrical-coordinate representation of color #487728: hue angle of 95.7º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #487728 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB7211940-
CMYK0.3900.660.53
HSL95.7º49.69%31.18%-
HSV(B)95.7º66.39%46.67%-
XYZ9.6514.724.34-
YUV95.9496.43110.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=31.17%
G=51.52%
B=17.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119400.3900.660.5395.749.6931.18
Hex487728270423560321f
Octal11016750470102651406237
Binary1001000111011110100010011101000010110101110000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487728; }

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

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

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

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

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

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

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

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