#487825

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

Shades of Bilbao #487825

Tints of Bilbao #487825

Color information

#487825 (or 0x487825) is unknown color: approx Bilbao. HEX triplet: 48, 78 and 25. RGB value is (72,120,37). Sum of RGB (Red+Green+Blue) = 72+120+37=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #487825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487825 is #B787DA. Grayscale: #606060. Windows color (decimal): -12027867 or 2455624. OLE color: 2455624.

HSL color Cylindrical-coordinate representation of color #487825: hue angle of 94.7º 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 #487825 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB7212037-
CMYK0.4000.690.53
HSL94.7º52.87%30.78%-
HSV(B)94.7º69.17%47.06%-
XYZ9.7214.944.12-
YUV96.1994.6110.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=31.44%
G=52.40%
B=16.16%

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
Decimal72120370.4000.690.5394.752.8730.78
Hex48782528045355f351f
Octal11017045500105651376537
Binary1001000111100010010110100001000101110101101111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487825; }

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

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

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

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

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

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

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

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