#487631

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

Shades of Bilbao #487631

Tints of Bilbao #487631

Color information

#487631 (or 0x487631) is unknown color: approx Bilbao. HEX triplet: 48, 76 and 31. RGB value is (72,118,49). Sum of RGB (Red+Green+Blue) = 72+118+49=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #487631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487631 is #B789CE. Grayscale: #606060. Windows color (decimal): -12028367 or 3241544. OLE color: 3241544.

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

Color convert

RGB7211849-
CMYK0.3900.580.54
HSL100º41.32%32.75%-
HSV(B)100º58.47%46.27%-
XYZ9.7114.565.2-
YUV96.38101.26110.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=30.13%
G=49.37%
B=20.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72118490.3900.580.5410041.3232.75
Hex4876312703A36642921
Octal1101666147072661445141
Binary1001000111011011000110011101110101101101100100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487631; }

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

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

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

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

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

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

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

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