#477E00

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

Shades of Bilbao #477E00

Tints of Bilbao #477E00

Color information

#477E00 (or 0x477E00) is unknown color: approx Bilbao. HEX triplet: 47, 7E and 00. RGB value is (71,126,0). Sum of RGB (Red+Green+Blue) = 71+126+0=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 126 (49.61% from 255 or 63.96% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 126 - color contains mainly: green. Hex color #477E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477E00 is #B881FF. Grayscale: #5F5F5F. Windows color (decimal): -12091904 or 32327. OLE color: 32327.

HSL color Cylindrical-coordinate representation of color #477E00: hue angle of 86.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #477E00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB711260-
CMYK0.44010.51
HSL86.19º100%24.71%-
HSV(B)86.19º100%49.41%-
XYZ10.0616.262.61-
YUV95.1974.28110.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 126 (49.61% from 255) = 63.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.04%
G=63.96%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7112600.44010.5186.1910024.71
Hex477E02C06433566419
Octal10717605401446312614431
Binary100011111111100101100011001001100111010110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477E00; }

 p { color: rgb(71,126,0); }

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

<style>
 a { background-color: #477E00; }

 a { background-color: rgb(71,126,0); }

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

<style>
 span { border-color: #477E00; }

 span { border-color: rgb(71,126,0); }

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