#477C00

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

Shades of Bilbao #477C00

Tints of Bilbao #477C00

Color information

#477C00 (or 0x477C00) is unknown color: approx Bilbao. HEX triplet: 47, 7C and 00. RGB value is (71,124,0). Sum of RGB (Red+Green+Blue) = 71+124+0=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #477C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477C00 is #B883FF. Grayscale: #5E5E5E. Windows color (decimal): -12092416 or 31815. OLE color: 31815.

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

Color convert

RGB711240-
CMYK0.43010.51
HSL85.65º100%24.31%-
HSV(B)85.65º100%48.63%-
XYZ9.8115.752.52-
YUV94.0274.94111.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 124 (48.83% from 255) = 63.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.41%
G=63.59%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7112400.43010.5185.6510024.31
Hex477C02B06433566418
Octal10717405301446312614430
Binary100011111111000101011011001001100111010110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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