#48800E

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

Shades of Bilbao #48800E

Tints of Bilbao #48800E

Color information

#48800E (or 0x48800E) is unknown color: approx Bilbao. HEX triplet: 48, 80 and 0E. RGB value is (72,128,14). Sum of RGB (Red+Green+Blue) = 72+128+14=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 128 (50.39% from 255 or 59.81% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 128 - color contains mainly: green. Hex color #48800E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48800E is #B77FF1. Grayscale: #626262. Windows color (decimal): -12025842 or 950344. OLE color: 950344.

HSL color Cylindrical-coordinate representation of color #48800E: hue angle of 89.47º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48800E is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB7212814-
CMYK0.4400.890.50
HSL89.47º80.28%27.84%-
HSV(B)89.47º89.06%50.2%-
XYZ10.4716.853.12-
YUV98.2680.45109.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 128 (50.39% from 255) = 59.81%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=33.64%
G=59.81%
B=6.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72128140.4400.890.5089.4780.2827.84
Hex4880E2C0593259501c
Octal110200165401316213112034
Binary1001000100000001110101100010110011100101011001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48800E; }

 p { color: rgb(72,128,14); }

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

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

 a { background-color: rgb(72,128,14); }

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

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

 span { border-color: rgb(72,128,14); }

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