#477B2F

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

Shades of Bilbao #477B2F

Tints of Bilbao #477B2F

Color information

#477B2F (or 0x477B2F) is unknown color: approx Bilbao. HEX triplet: 47, 7B and 2F. RGB value is (71,123,47). Sum of RGB (Red+Green+Blue) = 71+123+47=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #477B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477B2F is #B884D0. Grayscale: #636363. Windows color (decimal): -12092625 or 3111751. OLE color: 3111751.

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

Color convert

RGB7112347-
CMYK0.4200.620.52
HSL101.05º44.71%33.33%-
HSV(B)101.05º61.79%48.24%-
XYZ10.1915.715.18-
YUV98.7998.77108.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 123 (48.44% from 255) = 51.04%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=29.46%
G=51.04%
B=19.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71123470.4200.620.52101.0544.7133.33
Hex477B2F2A03E34652d21
Octal1071735752076641455541
Binary1000111111101110111110101001111101101001100101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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