#48860F

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

Shades of Bilbao #48860F

Tints of Bilbao #48860F

Color information

#48860F (or 0x48860F) is unknown color: approx Bilbao. HEX triplet: 48, 86 and 0F. RGB value is (72,134,15). Sum of RGB (Red+Green+Blue) = 72+134+15=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #48860F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48860F is #B779F0. Grayscale: #666666. Windows color (decimal): -12024305 or 1017416. OLE color: 1017416.

HSL color Cylindrical-coordinate representation of color #48860F: hue angle of 91.26º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48860F is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB7213415-
CMYK0.4600.890.47
HSL91.26º79.87%29.22%-
HSV(B)91.26º88.81%52.55%-
XYZ11.2818.463.42-
YUV101.978.96106.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 134 (52.73% from 255) = 60.63%
BLUE value IS 15 (6.25% from 255) = 6.79%
R=32.58%
G=60.63%
B=6.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134150.4600.890.4791.2679.8729.22
Hex4886F2E0592F5b501d
Octal110206175601315713312035
Binary1001000100001101111101110010110011011111011011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48860F; }

 p { color: rgb(72,134,15); }

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

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

 a { background-color: rgb(72,134,15); }

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

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

 span { border-color: rgb(72,134,15); }

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