#487925

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

Shades of Bilbao #487925

Tints of Bilbao #487925

Color information

#487925 (or 0x487925) is unknown color: approx Bilbao. HEX triplet: 48, 79 and 25. RGB value is (72,121,37). Sum of RGB (Red+Green+Blue) = 72+121+37=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #487925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487925 is #B786DA. Grayscale: #616161. Windows color (decimal): -12027611 or 2455880. OLE color: 2455880.

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

Color convert

RGB7212137-
CMYK0.4000.690.53
HSL95º53.16%30.98%-
HSV(B)95º69.42%47.45%-
XYZ9.8415.194.16-
YUV96.7794.27110.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=31.30%
G=52.61%
B=16.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121370.4000.690.539553.1630.98
Hex48792528045355f351f
Octal11017145500105651376537
Binary1001000111100110010110100001000101110101101111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487925; }

 p { color: rgb(72,121,37); }

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

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

 a { background-color: rgb(72,121,37); }

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

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

 span { border-color: rgb(72,121,37); }

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