#488501

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

Shades of Bilbao #488501

Tints of Bilbao #488501

Color information

#488501 (or 0x488501) is unknown color: approx Bilbao. HEX triplet: 48, 85 and 01. RGB value is (72,133,1). Sum of RGB (Red+Green+Blue) = 72+133+1=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #488501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488501 is #B77AFE. Grayscale: #646464. Windows color (decimal): -12024575 or 99656. OLE color: 99656.

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

Color convert

RGB721331-
CMYK0.4600.990.48
HSL87.73º98.51%26.27%-
HSV(B)87.73º99.25%52.16%-
XYZ11.0718.152.95-
YUV99.7172.29108.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 133 (52.34% from 255) = 64.56%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=34.95%
G=64.56%
B=0.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7213310.4600.990.4887.7398.5126.27
Hex488512E0633058631a
Octal11020515601436013014332
Binary1001000100001011101110011000111100001011000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488501; }

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

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

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

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

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

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

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

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