#487720

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

Shades of Bilbao #487720

Tints of Bilbao #487720

Color information

#487720 (or 0x487720) is unknown color: approx Bilbao. HEX triplet: 48, 77 and 20. RGB value is (72,119,32). Sum of RGB (Red+Green+Blue) = 72+119+32=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #487720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487720 is #B788DF. Grayscale: #5F5F5F. Windows color (decimal): -12028128 or 2127688. OLE color: 2127688.

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

Color convert

RGB7211932-
CMYK0.3900.730.53
HSL92.41º57.62%29.61%-
HSV(B)92.41º73.11%46.67%-
XYZ9.5314.683.7-
YUV95.0392.43111.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 119 (46.88% from 255) = 53.36%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=32.29%
G=53.36%
B=14.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119320.3900.730.5392.4157.6229.61
Hex48772027049355c3a1e
Octal11016740470111651347236
Binary1001000111011110000010011101001001110101101110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487720; }

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

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

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

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

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

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

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

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