#48820A

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

Shades of Bilbao #48820A

Tints of Bilbao #48820A

Color information

#48820A (or 0x48820A) is unknown color: approx Bilbao. HEX triplet: 48, 82 and 0A. RGB value is (72,130,10). Sum of RGB (Red+Green+Blue) = 72+130+10=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #48820A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48820A is #B77DF5. Grayscale: #636363. Windows color (decimal): -12025334 or 688712. OLE color: 688712.

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

Color convert

RGB7213010-
CMYK0.4500.920.49
HSL89º85.71%27.45%-
HSV(B)89º92.31%50.98%-
XYZ10.7117.363.07-
YUV98.9877.78108.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 130 (51.17% from 255) = 61.32%
BLUE value IS 10 (4.30% from 255) = 4.72%
R=33.96%
G=61.32%
B=4.72%

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
Decimal72130100.4500.920.498985.7127.45
Hex4882A2D05C3159561b
Octal110202125501346113112633
Binary1001000100000101010101101010111001100011011001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48820A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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