#488413

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

Shades of Bilbao #488413

Tints of Bilbao #488413

Color information

#488413 (or 0x488413) is unknown color: approx Bilbao. HEX triplet: 48, 84 and 13. RGB value is (72,132,19). Sum of RGB (Red+Green+Blue) = 72+132+19=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #488413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488413 is #B77BEC. Grayscale: #656565. Windows color (decimal): -12024813 or 1279048. OLE color: 1279048.

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

Color convert

RGB7213219-
CMYK0.4500.860.48
HSL91.86º74.83%29.61%-
HSV(B)91.86º85.61%51.76%-
XYZ11.0417.933.49-
YUV101.1881.62107.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 132 (51.95% from 255) = 59.19%
BLUE value IS 19 (7.81% from 255) = 8.52%
R=32.29%
G=59.19%
B=8.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132190.4500.860.4891.8674.8329.61
Hex4884132D056305c4b1e
Octal110204235501266013411336
Binary10010001000010010011101101010101101100001011100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488413; }

 p { color: rgb(72,132,19); }

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

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

 a { background-color: rgb(72,132,19); }

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

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

 span { border-color: rgb(72,132,19); }

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