#488510

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

Shades of Bilbao #488510

Tints of Bilbao #488510

Color information

#488510 (or 0x488510) is unknown color: approx Bilbao. HEX triplet: 48, 85 and 10. RGB value is (72,133,16). Sum of RGB (Red+Green+Blue) = 72+133+16=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #488510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488510 is #B77AEF. Grayscale: #656565. Windows color (decimal): -12024560 or 1082696. OLE color: 1082696.

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

Color convert

RGB7213316-
CMYK0.4600.880.48
HSL91.28º78.52%29.22%-
HSV(B)91.28º87.97%52.16%-
XYZ11.1518.193.41-
YUV101.4279.79107.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 133 (52.34% from 255) = 60.18%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=32.58%
G=60.18%
B=7.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133160.4600.880.4891.2878.5229.22
Hex4885102E058305b4f1d
Octal110205205601306013311735
Binary10010001000010110000101110010110001100001011011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488510; }

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

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

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

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

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

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

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

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