#488212

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

Shades of Bilbao #488212

Tints of Bilbao #488212

Color information

#488212 (or 0x488212) is unknown color: approx Bilbao. HEX triplet: 48, 82 and 12. RGB value is (72,130,18). Sum of RGB (Red+Green+Blue) = 72+130+18=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #488212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488212 is #B77DED. Grayscale: #646464. Windows color (decimal): -12025326 or 1213000. OLE color: 1213000.

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

Color convert

RGB7213018-
CMYK0.4500.860.49
HSL91.07º75.68%29.02%-
HSV(B)91.07º86.15%50.98%-
XYZ10.7617.393.36-
YUV99.8981.78108.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 130 (51.17% from 255) = 59.09%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=32.73%
G=59.09%
B=8.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130180.4500.860.4991.0775.6829.02
Hex4882122D056315b4c1d
Octal110202225501266113311435
Binary10010001000001010010101101010101101100011011011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488212; }

 p { color: rgb(72,130,18); }

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

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

 a { background-color: rgb(72,130,18); }

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

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

 span { border-color: rgb(72,130,18); }

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