#47782B

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

Shades of Bilbao #47782B

Tints of Bilbao #47782B

Color information

#47782B (or 0x47782B) is unknown color: approx Bilbao. HEX triplet: 47, 78 and 2B. RGB value is (71,120,43). Sum of RGB (Red+Green+Blue) = 71+120+43=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #47782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47782B is #B887D4. Grayscale: #606060. Windows color (decimal): -12093397 or 2848839. OLE color: 2848839.

HSL color Cylindrical-coordinate representation of color #47782B: hue angle of 98.18º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47782B is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB7112043-
CMYK0.4100.640.53
HSL98.18º47.24%31.96%-
HSV(B)98.18º64.17%47.06%-
XYZ9.7514.954.66-
YUV96.5797.77109.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=30.34%
G=51.28%
B=18.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71120430.4100.640.5398.1847.2431.96
Hex47782B2904035622f20
Octal10717053510100651425740
Binary10001111111000101011101001010000001101011100010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,120,43); }

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

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

 a { background-color: rgb(71,120,43); }

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

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

 span { border-color: rgb(71,120,43); }

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