#487918

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

Shades of Bilbao #487918

Tints of Bilbao #487918

Color information

#487918 (or 0x487918) is unknown color: approx Bilbao. HEX triplet: 48, 79 and 18. RGB value is (72,121,24). Sum of RGB (Red+Green+Blue) = 72+121+24=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #487918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487918 is #B786E7. Grayscale: #5F5F5F. Windows color (decimal): -12027624 or 1603912. OLE color: 1603912.

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

Color convert

RGB7212124-
CMYK0.4000.800.53
HSL90.31º66.9%28.43%-
HSV(B)90.31º80.17%47.45%-
XYZ9.6715.123.27-
YUV95.2987.77111.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 121 (47.66% from 255) = 55.76%
BLUE value IS 24 (9.77% from 255) = 11.06%
R=33.18%
G=55.76%
B=11.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121240.4000.800.5390.3166.928.43
Hex48791828050355a431c
Octal110171305001206513210334
Binary1001000111100111000101000010100001101011011010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487918; }

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

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

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

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

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

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

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

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