#47820A

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

Shades of Bilbao #47820A

Tints of Bilbao #47820A

Color information

#47820A (or 0x47820A) is unknown color: approx Bilbao. HEX triplet: 47, 82 and 0A. RGB value is (71,130,10). Sum of RGB (Red+Green+Blue) = 71+130+10=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #47820A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47820A is #B87DF5. Grayscale: #636363. Windows color (decimal): -12090870 or 688711. OLE color: 688711.

HSL color Cylindrical-coordinate representation of color #47820A: hue angle of 89.5º 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 #47820A is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB7113010-
CMYK0.4500.920.49
HSL89.5º85.71%27.45%-
HSV(B)89.5º92.31%50.98%-
XYZ10.6417.333.07-
YUV98.6877.95108.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 130 (51.17% from 255) = 61.61%
BLUE value IS 10 (4.30% from 255) = 4.74%
R=33.65%
G=61.61%
B=4.74%

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
Decimal71130100.4500.920.4989.585.7127.45
Hex4782A2D05C315a561b
Octal107202125501346113212633
Binary1000111100000101010101101010111001100011011010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47820A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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