#487F2B

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

Shades of Bilbao #487F2B

Tints of Bilbao #487F2B

Color information

#487F2B (or 0x487F2B) is unknown color: approx Bilbao. HEX triplet: 48, 7F and 2B. RGB value is (72,127,43). Sum of RGB (Red+Green+Blue) = 72+127+43=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #487F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487F2B is #B780D4. Grayscale: #656565. Windows color (decimal): -12026069 or 2850632. OLE color: 2850632.

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

Color convert

RGB7212743-
CMYK0.4300.660.50
HSL99.29º49.41%33.33%-
HSV(B)99.29º66.14%49.8%-
XYZ10.716.734.95-
YUV100.9895.28107.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 127 (50% from 255) = 52.48%
BLUE value IS 43 (17.19% from 255) = 17.77%
R=29.75%
G=52.48%
B=17.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72127430.4300.660.5099.2949.4133.33
Hex487F2B2B04232633121
Octal11017753530102621436141
Binary10010001111111101011101011010000101100101100011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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