#488312

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

Shades of Bilbao #488312

Tints of Bilbao #488312

Color information

#488312 (or 0x488312) is unknown color: approx Bilbao. HEX triplet: 48, 83 and 12. RGB value is (72,131,18). Sum of RGB (Red+Green+Blue) = 72+131+18=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #488312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488312 is #B77CED. Grayscale: #646464. Windows color (decimal): -12025070 or 1213256. OLE color: 1213256.

HSL color Cylindrical-coordinate representation of color #488312: hue angle of 91.33º 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 #488312 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB7213118-
CMYK0.4500.860.49
HSL91.33º75.84%29.22%-
HSV(B)91.33º86.26%51.37%-
XYZ10.917.653.41-
YUV100.4881.45107.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 131 (51.56% from 255) = 59.28%
BLUE value IS 18 (7.42% from 255) = 8.14%
R=32.58%
G=59.28%
B=8.14%

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
Decimal72131180.4500.860.4991.3375.8429.22
Hex4883122D056315b4c1d
Octal110203225501266113311435
Binary10010001000001110010101101010101101100011011011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488312; }

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

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

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

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

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

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

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

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