#488512

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

Shades of Bilbao #488512

Tints of Bilbao #488512

Color information

#488512 (or 0x488512) is unknown color: approx Bilbao. HEX triplet: 48, 85 and 12. RGB value is (72,133,18). Sum of RGB (Red+Green+Blue) = 72+133+18=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #488512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488512 is #B77AED. Grayscale: #666666. Windows color (decimal): -12024558 or 1213768. OLE color: 1213768.

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

Color convert

RGB7213318-
CMYK0.4600.860.48
HSL91.83º76.16%29.61%-
HSV(B)91.83º86.47%52.16%-
XYZ11.1718.23.5-
YUV101.6580.79106.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 133 (52.34% from 255) = 59.64%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=32.29%
G=59.64%
B=8.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133180.4600.860.4891.8376.1629.61
Hex4885122E056305c4c1e
Octal110205225601266013411436
Binary10010001000010110010101110010101101100001011100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488512; }

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

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

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

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

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

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

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

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