#488508

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

Shades of Bilbao #488508

Tints of Bilbao #488508

Color information

#488508 (or 0x488508) is unknown color: approx Bilbao. HEX triplet: 48, 85 and 08. RGB value is (72,133,8). Sum of RGB (Red+Green+Blue) = 72+133+8=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #488508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488508 is #B77AF7. Grayscale: #646464. Windows color (decimal): -12024568 or 558408. OLE color: 558408.

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

Color convert

RGB721338-
CMYK0.4600.940.48
HSL89.28º88.65%27.65%-
HSV(B)89.28º93.98%52.16%-
XYZ11.118.173.15-
YUV100.5175.79107.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 133 (52.34% from 255) = 62.44%
BLUE value IS 8 (3.52% from 255) = 3.76%
R=33.80%
G=62.44%
B=3.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7213380.4600.940.4889.2888.6527.65
Hex488582E05E3059591c
Octal110205105601366013113134
Binary1001000100001011000101110010111101100001011001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488508; }

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

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

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

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

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

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

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

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