#487820

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

Shades of Bilbao #487820

Tints of Bilbao #487820

Color information

#487820 (or 0x487820) is unknown color: approx Bilbao. HEX triplet: 48, 78 and 20. RGB value is (72,120,32). Sum of RGB (Red+Green+Blue) = 72+120+32=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #487820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487820 is #B787DF. Grayscale: #5F5F5F. Windows color (decimal): -12027872 or 2127944. OLE color: 2127944.

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

Color convert

RGB7212032-
CMYK0.4000.730.53
HSL92.73º57.89%29.8%-
HSV(B)92.73º73.33%47.06%-
XYZ9.6514.913.74-
YUV95.6292.1111.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=32.14%
G=53.57%
B=14.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120320.4000.730.5392.7357.8929.8
Hex48782028049355d3a1e
Octal11017040500111651357236
Binary1001000111100010000010100001001001110101101110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487820; }

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

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

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

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

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

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

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

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