#47850A

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

Shades of Bilbao #47850A

Tints of Bilbao #47850A

Color information

#47850A (or 0x47850A) is unknown color: approx Bilbao. HEX triplet: 47, 85 and 0A. RGB value is (71,133,10). Sum of RGB (Red+Green+Blue) = 71+133+10=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #47850A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47850A is #B87AF5. Grayscale: #646464. Windows color (decimal): -12090102 or 689479. OLE color: 689479.

HSL color Cylindrical-coordinate representation of color #47850A: hue angle of 90.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47850A is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB7113310-
CMYK0.4700.920.48
HSL90.24º86.01%28.04%-
HSV(B)90.24º92.48%52.16%-
XYZ11.0418.143.21-
YUV100.4476.96107-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 133 (52.34% from 255) = 62.15%
BLUE value IS 10 (4.30% from 255) = 4.67%
R=33.18%
G=62.15%
B=4.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71133100.4700.920.4890.2486.0128.04
Hex4785A2F05C305a561c
Octal107205125701346013212634
Binary1000111100001011010101111010111001100001011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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