#477A06

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

Shades of Bilbao #477A06

Tints of Bilbao #477A06

Color information

#477A06 (or 0x477A06) is unknown color: approx Bilbao. HEX triplet: 47, 7A and 06. RGB value is (71,122,6). Sum of RGB (Red+Green+Blue) = 71+122+6=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #477A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477A06 is #B885F9. Grayscale: #5D5D5D. Windows color (decimal): -12092922 or 424519. OLE color: 424519.

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

Color convert

RGB711226-
CMYK0.4200.950.52
HSL86.38º90.62%25.1%-
HSV(B)86.38º95.08%47.84%-
XYZ9.5915.272.61-
YUV93.5378.6111.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 122 (48.05% from 255) = 61.31%
BLUE value IS 6 (2.73% from 255) = 3.02%
R=35.68%
G=61.31%
B=3.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7112260.4200.950.5286.3890.6225.1
Hex477A62A05F34565b19
Octal10717265201376412613331
Binary10001111111010110101010010111111101001010110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,122,6); }

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

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

 a { background-color: rgb(71,122,6); }

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

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

 span { border-color: rgb(71,122,6); }

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