#477B1C

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

Shades of Bilbao #477B1C

Tints of Bilbao #477B1C

Color information

#477B1C (or 0x477B1C) is unknown color: approx Bilbao. HEX triplet: 47, 7B and 1C. RGB value is (71,123,28). Sum of RGB (Red+Green+Blue) = 71+123+28=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #477B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477B1C is #B884E3. Grayscale: #606060. Windows color (decimal): -12092644 or 1866567. OLE color: 1866567.

HSL color Cylindrical-coordinate representation of color #477B1C: hue angle of 92.84º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #477B1C is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB7112328-
CMYK0.4200.770.52
HSL92.84º62.91%29.61%-
HSV(B)92.84º77.24%48.24%-
XYZ9.8915.593.59-
YUV96.6289.27109.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 123 (48.44% from 255) = 55.41%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=31.98%
G=55.41%
B=12.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71123280.4200.770.5292.8462.9129.61
Hex477B1C2A04D345d3f1e
Octal10717334520115641357736
Binary100011111110111110010101001001101110100101110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,123,28); }

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

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

 a { background-color: rgb(71,123,28); }

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

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

 span { border-color: rgb(71,123,28); }

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