#487920

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

Shades of Bilbao #487920

Tints of Bilbao #487920

Color information

#487920 (or 0x487920) is unknown color: approx Bilbao. HEX triplet: 48, 79 and 20. RGB value is (72,121,32). Sum of RGB (Red+Green+Blue) = 72+121+32=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #487920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487920 is #B786DF. Grayscale: #606060. Windows color (decimal): -12027616 or 2128200. OLE color: 2128200.

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

Color convert

RGB7212132-
CMYK0.4000.740.53
HSL93.03º58.17%30%-
HSV(B)93.03º73.55%47.45%-
XYZ9.7715.163.78-
YUV96.291.77110.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 121 (47.66% from 255) = 53.78%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=32%
G=53.78%
B=14.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121320.4000.740.5393.0358.1730
Hex4879202804A355d3a1e
Octal11017140500112651357236
Binary1001000111100110000010100001001010110101101110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487920; }

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

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

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

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

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

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

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

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