#48821E

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

Shades of Bilbao #48821E

Tints of Bilbao #48821E

Color information

#48821E (or 0x48821E) is unknown color: approx Bilbao. HEX triplet: 48, 82 and 1E. RGB value is (72,130,30). Sum of RGB (Red+Green+Blue) = 72+130+30=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #48821E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48821E is #B77DE1. Grayscale: #656565. Windows color (decimal): -12025314 or 1999432. OLE color: 1999432.

HSL color Cylindrical-coordinate representation of color #48821E: hue angle of 94.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48821E is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB7213030-
CMYK0.4500.770.49
HSL94.8º62.5%31.37%-
HSV(B)94.8º76.92%50.98%-
XYZ10.8917.444.02-
YUV101.2687.78107.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 30 (12.11% from 255) = 12.93%
R=31.03%
G=56.03%
B=12.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130300.4500.770.4994.862.531.37
Hex48821E2D04D315f3e1f
Octal11020236550115611377637
Binary1001000100000101111010110101001101110001101111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,130,30); }

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

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

 a { background-color: rgb(72,130,30); }

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

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

 span { border-color: rgb(72,130,30); }

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