#488309

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

Shades of Bilbao #488309

Tints of Bilbao #488309

Color information

#488309 (or 0x488309) is unknown color: approx Bilbao. HEX triplet: 48, 83 and 09. RGB value is (72,131,9). Sum of RGB (Red+Green+Blue) = 72+131+9=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #488309 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488309 is #B77CF6. Grayscale: #636363. Windows color (decimal): -12025079 or 623432. OLE color: 623432.

HSL color Cylindrical-coordinate representation of color #488309: hue angle of 89.02º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #488309 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB721319-
CMYK0.4500.930.49
HSL89.02º87.14%27.45%-
HSV(B)89.02º93.13%51.37%-
XYZ10.8417.633.09-
YUV99.4576.95108.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 131 (51.56% from 255) = 61.79%
BLUE value IS 9 (3.91% from 255) = 4.25%
R=33.96%
G=61.79%
B=4.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7213190.4500.930.4989.0287.1427.45
Hex488392D05D3159571b
Octal110203115501356113112733
Binary1001000100000111001101101010111011100011011001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488309; }

 p { color: rgb(72,131,9); }

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

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

 a { background-color: rgb(72,131,9); }

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

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

 span { border-color: rgb(72,131,9); }

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