#488404

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

Shades of Bilbao #488404

Tints of Bilbao #488404

Color information

#488404 (or 0x488404) is unknown color: approx Bilbao. HEX triplet: 48, 84 and 04. RGB value is (72,132,4). Sum of RGB (Red+Green+Blue) = 72+132+4=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #488404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488404 is #B77BFB. Grayscale: #636363. Windows color (decimal): -12024828 or 296008. OLE color: 296008.

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

Color convert

RGB721324-
CMYK0.4500.970.48
HSL88.12º94.12%26.67%-
HSV(B)88.12º96.97%51.76%-
XYZ10.9517.892.99-
YUV99.4774.12108.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 132 (51.95% from 255) = 63.46%
BLUE value IS 4 (1.95% from 255) = 1.92%
R=34.62%
G=63.46%
B=1.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7213240.4500.970.4888.1294.1226.67
Hex488442D06130585e1b
Octal11020445501416013013633
Binary100100010000100100101101011000011100001011000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488404; }

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

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

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

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

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

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

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

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