#477F01

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

Shades of Bilbao #477F01

Tints of Bilbao #477F01

Color information

#477F01 (or 0x477F01) is unknown color: approx Bilbao. HEX triplet: 47, 7F and 01. RGB value is (71,127,1). Sum of RGB (Red+Green+Blue) = 71+127+1=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 127 (50% from 255 or 63.82% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 127 - color contains mainly: green. Hex color #477F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477F01 is #B880FE. Grayscale: #606060. Windows color (decimal): -12091647 or 98119. OLE color: 98119.

HSL color Cylindrical-coordinate representation of color #477F01: hue angle of 86.67º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #477F01 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB711271-
CMYK0.4400.990.50
HSL86.67º98.44%25.1%-
HSV(B)86.67º99.21%49.8%-
XYZ10.1916.522.68-
YUV95.8974.45110.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 127 (50% from 255) = 63.82%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=35.68%
G=63.82%
B=0.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7112710.4400.990.5086.6798.4425.1
Hex477F12C06332576219
Octal10717715401436212714231
Binary100011111111111101100011000111100101010111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,127,1); }

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

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

 a { background-color: rgb(71,127,1); }

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

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

 span { border-color: rgb(71,127,1); }

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