#477C18

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

Shades of Bilbao #477C18

Tints of Bilbao #477C18

Color information

#477C18 (or 0x477C18) is unknown color: approx Bilbao. HEX triplet: 47, 7C and 18. RGB value is (71,124,24). Sum of RGB (Red+Green+Blue) = 71+124+24=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #477C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477C18 is #B883E7. Grayscale: #616161. Windows color (decimal): -12092392 or 1604679. OLE color: 1604679.

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

Color convert

RGB7112424-
CMYK0.4300.810.51
HSL91.8º67.57%29.02%-
HSV(B)91.8º80.65%48.63%-
XYZ9.9715.823.39-
YUV96.7586.94109.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 124 (48.83% from 255) = 56.62%
BLUE value IS 24 (9.77% from 255) = 10.96%
R=32.42%
G=56.62%
B=10.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71124240.4300.810.5191.867.5729.02
Hex477C182B051335c441d
Octal107174305301216313410435
Binary1000111111110011000101011010100011100111011100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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