#488505

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

Shades of Bilbao #488505

Tints of Bilbao #488505

Color information

#488505 (or 0x488505) is unknown color: approx Bilbao. HEX triplet: 48, 85 and 05. RGB value is (72,133,5). Sum of RGB (Red+Green+Blue) = 72+133+5=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #488505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488505 is #B77AFA. Grayscale: #646464. Windows color (decimal): -12024571 or 361800. OLE color: 361800.

HSL color Cylindrical-coordinate representation of color #488505: hue angle of 88.59º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #488505 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB721335-
CMYK0.4600.960.48
HSL88.59º92.75%27.06%-
HSV(B)88.59º96.24%52.16%-
XYZ11.0918.163.07-
YUV100.1774.29107.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 133 (52.34% from 255) = 63.33%
BLUE value IS 5 (2.34% from 255) = 2.38%
R=34.29%
G=63.33%
B=2.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7213350.4600.960.4888.5992.7527.06
Hex488552E06030595d1b
Octal11020555601406013113533
Binary100100010000101101101110011000001100001011001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488505; }

 p { color: rgb(72,133,5); }

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

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

 a { background-color: rgb(72,133,5); }

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

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

 span { border-color: rgb(72,133,5); }

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