#488609

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

Shades of Bilbao #488609

Tints of Bilbao #488609

Color information

#488609 (or 0x488609) is unknown color: approx Bilbao. HEX triplet: 48, 86 and 09. RGB value is (72,134,9). Sum of RGB (Red+Green+Blue) = 72+134+9=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #488609 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488609 is #B779F6. Grayscale: #656565. Windows color (decimal): -12024311 or 624200. OLE color: 624200.

HSL color Cylindrical-coordinate representation of color #488609: hue angle of 89.76º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #488609 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB721349-
CMYK0.4600.930.47
HSL89.76º87.41%28.04%-
HSV(B)89.76º93.28%52.55%-
XYZ11.2518.453.23-
YUV101.2175.96107.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 134 (52.73% from 255) = 62.33%
BLUE value IS 9 (3.91% from 255) = 4.19%
R=33.49%
G=62.33%
B=4.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7213490.4600.930.4789.7687.4128.04
Hex488692E05D2F5a571c
Octal110206115601355713212734
Binary1001000100001101001101110010111011011111011010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488609; }

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

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

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

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

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

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

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

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