Html Css Color HEX #477F20 Bilbao

📋 copy color: '#477F20'

red 71 ◦ green 127 ◦ blue 32

#477F20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #477F20

Tints of Bilbao #477F20

RGB

 RED value IS 71 (28.13% from 255) = 30.87%

 GREEN value IS 127 (50% from 255) = 55.22%

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 30.87%
G = 55.22%
B = 13.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#477F20 (or 0x477F20) is known color: Bilbao. HEX triplet: 47, 7F and 20. RGB value is (71,127,32). Sum of RGB (Red+Green+Blue) = 71+127+32=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #477F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477F20 is #B880DF. Grayscale: #636363. Windows color (decimal): -12091616 or 2129735. OLE color: 2129735.

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

Color convert

RGB 71 127 32 -
CMYK 0.44 0 0.75 0.50
HSL 95.37º 0.6% 0.31% -
HSV(B) 95.37º 0.75% 0.5% -
XYZ 10.45 16.62 4.02 -
YUV 99.43 89.95 107.72 -
System Red Green Blue C M Y K H S L
Decimal 71 127 32 0.44 0 0.75 0.50 95.37 0.6 0.31
Hex 47 7F 20 2C 0 4B 32 5F 3C 1F
Octal 107 177 40 54 0 113 62 137 74 37
Binary 1000111 1111111 100000 101100 0 1001011 110010 1011111 111100 11111

Color Harmonies of #477F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F20

Black with #477F20

Text Example


Text Example

White with #477F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #477F20;
 }
 .AnyTagClassName
 {
   color: #477F20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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