#488019

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

Shades of Bilbao #488019

Tints of Bilbao #488019

Color information

#488019 (or 0x488019) is unknown color: approx Bilbao. HEX triplet: 48, 80 and 19. RGB value is (72,128,25). Sum of RGB (Red+Green+Blue) = 72+128+25=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #488019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488019 is #B77FE6. Grayscale: #636363. Windows color (decimal): -12025831 or 1671240. OLE color: 1671240.

HSL color Cylindrical-coordinate representation of color #488019: hue angle of 92.62º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #488019 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB7212825-
CMYK0.4400.800.50
HSL92.62º67.32%30%-
HSV(B)92.62º80.47%50.2%-
XYZ10.5716.893.62-
YUV99.5185.95108.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 128 (50.39% from 255) = 56.89%
BLUE value IS 25 (10.16% from 255) = 11.11%
R=32%
G=56.89%
B=11.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72128250.4400.800.5092.6267.3230
Hex4880192C050325d431e
Octal110200315401206213510336
Binary10010001000000011001101100010100001100101011101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488019; }

 p { color: rgb(72,128,25); }

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

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

 a { background-color: rgb(72,128,25); }

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

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

 span { border-color: rgb(72,128,25); }

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