#488401

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

Shades of Bilbao #488401

Tints of Bilbao #488401

Color information

#488401 (or 0x488401) is unknown color: approx Bilbao. HEX triplet: 48, 84 and 01. RGB value is (72,132,1). Sum of RGB (Red+Green+Blue) = 72+132+1=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #488401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488401 is #B77BFE. Grayscale: #636363. Windows color (decimal): -12024831 or 99400. OLE color: 99400.

HSL color Cylindrical-coordinate representation of color #488401: hue angle of 87.48º degrees, saturation: 0.98, 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 #488401 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB721321-
CMYK0.4500.990.48
HSL87.48º98.5%26.08%-
HSV(B)87.48º99.24%51.76%-
XYZ10.9317.882.9-
YUV99.1372.62108.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 132 (51.95% from 255) = 64.39%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=35.12%
G=64.39%
B=0.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7213210.4500.990.4887.4898.526.08
Hex488412D0633057621a
Octal11020415501436012714232
Binary1001000100001001101101011000111100001010111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488401; }

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

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

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

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

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

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

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

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