#48820B

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

Shades of Bilbao #48820B

Tints of Bilbao #48820B

Color information

#48820B (or 0x48820B) is unknown color: approx Bilbao. HEX triplet: 48, 82 and 0B. RGB value is (72,130,11). Sum of RGB (Red+Green+Blue) = 72+130+11=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #48820B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48820B is #B77DF4. Grayscale: #636363. Windows color (decimal): -12025333 or 754248. OLE color: 754248.

HSL color Cylindrical-coordinate representation of color #48820B: hue angle of 89.24º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48820B is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB7213011-
CMYK0.4500.920.49
HSL89.24º84.4%27.65%-
HSV(B)89.24º91.54%50.98%-
XYZ10.7217.373.1-
YUV99.0978.28108.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 130 (51.17% from 255) = 61.03%
BLUE value IS 11 (4.69% from 255) = 5.16%
R=33.80%
G=61.03%
B=5.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130110.4500.920.4989.2484.427.65
Hex4882B2D05C3159541c
Octal110202135501346113112434
Binary1001000100000101011101101010111001100011011001101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48820B; }

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

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

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

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

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

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

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

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