#487928

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

Shades of Bilbao #487928

Tints of Bilbao #487928

Color information

#487928 (or 0x487928) is unknown color: approx Bilbao. HEX triplet: 48, 79 and 28. RGB value is (72,121,40). Sum of RGB (Red+Green+Blue) = 72+121+40=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #487928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487928 is #B786D7. Grayscale: #616161. Windows color (decimal): -12027608 or 2652488. OLE color: 2652488.

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

Color convert

RGB7212140-
CMYK0.4000.670.53
HSL96.3º50.31%31.57%-
HSV(B)96.3º66.94%47.45%-
XYZ9.8915.214.42-
YUV97.1295.77110.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 121 (47.66% from 255) = 51.93%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=30.90%
G=51.93%
B=17.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121400.4000.670.5396.350.3131.57
Hex4879282804335603220
Octal11017150500103651406240
Binary10010001111001101000101000010000111101011100000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487928; }

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

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

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

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

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

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

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

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