#488415

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

Shades of Bilbao #488415

Tints of Bilbao #488415

Color information

#488415 (or 0x488415) is unknown color: approx Bilbao. HEX triplet: 48, 84 and 15. RGB value is (72,132,21). Sum of RGB (Red+Green+Blue) = 72+132+21=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #488415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488415 is #B77BEA. Grayscale: #656565. Windows color (decimal): -12024811 or 1410120. OLE color: 1410120.

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

Color convert

RGB7213221-
CMYK0.4500.840.48
HSL92.43º72.55%30%-
HSV(B)92.43º84.09%51.76%-
XYZ11.0617.933.59-
YUV101.4182.62107.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=32%
G=58.67%
B=9.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132210.4500.840.4892.4372.5530
Hex4884152D054305c491e
Octal110204255501246013411136
Binary10010001000010010101101101010101001100001011100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488415; }

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

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

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

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

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

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

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

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