#48860C

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

Shades of Bilbao #48860C

Tints of Bilbao #48860C

Color information

#48860C (or 0x48860C) is unknown color: approx Bilbao. HEX triplet: 48, 86 and 0C. RGB value is (72,134,12). Sum of RGB (Red+Green+Blue) = 72+134+12=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #48860C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48860C is #B779F3. Grayscale: #656565. Windows color (decimal): -12024308 or 820808. OLE color: 820808.

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

Color convert

RGB7213412-
CMYK0.4600.910.47
HSL90.49º83.56%28.63%-
HSV(B)90.49º91.04%52.55%-
XYZ11.2618.453.32-
YUV101.5577.46106.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 134 (52.73% from 255) = 61.47%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=33.03%
G=61.47%
B=5.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134120.4600.910.4790.4983.5628.63
Hex4886C2E05B2F5a541d
Octal110206145601335713212435
Binary1001000100001101100101110010110111011111011010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48860C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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