#488509

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

Shades of Bilbao #488509

Tints of Bilbao #488509

Color information

#488509 (or 0x488509) is unknown color: approx Bilbao. HEX triplet: 48, 85 and 09. RGB value is (72,133,9). Sum of RGB (Red+Green+Blue) = 72+133+9=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #488509 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488509 is #B77AF6. Grayscale: #656565. Windows color (decimal): -12024567 or 623944. OLE color: 623944.

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

Color convert

RGB721339-
CMYK0.4600.930.48
HSL89.52º87.32%27.84%-
HSV(B)89.52º93.23%52.16%-
XYZ11.1118.173.18-
YUV100.6276.29107.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 133 (52.34% from 255) = 62.15%
BLUE value IS 9 (3.91% from 255) = 4.21%
R=33.64%
G=62.15%
B=4.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7213390.4600.930.4889.5287.3227.84
Hex488592E05D305a571c
Octal110205115601356013212734
Binary1001000100001011001101110010111011100001011010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488509; }

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

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

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

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

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

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

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

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