Html Css Color HEX #477C20 Bilbao

📋 copy color: '#477C20'

red 71 ◦ green 124 ◦ blue 32

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

Shades of Bilbao #477C20

Tints of Bilbao #477C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 54.63%

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

R = 31.28%
G = 54.63%
B = 14.1%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#477C20 (or 0x477C20) is known color: Bilbao. HEX triplet: 47, 7C and 20. RGB value is (71,124,32). Sum of RGB (Red+Green+Blue) = 71+124+32=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #477C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477C20 is #B883DF. Grayscale: #616161. Windows color (decimal): -12092384 or 2128967. OLE color: 2128967.

HSL color Cylindrical-coordinate representation of color #477C20: hue angle of 94.57º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #477C20 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 124 32 -
CMYK 0.43 0 0.74 0.51
HSL 94.57º 0.59% 0.31% -
HSV(B) 94.57º 0.74% 0.49% -
XYZ 10.07 15.86 3.9 -
YUV 97.67 90.94 108.98 -
System Red Green Blue C M Y K H S L
Decimal 71 124 32 0.43 0 0.74 0.51 94.57 0.59 0.31
Hex 47 7C 20 2B 0 4A 33 5F 3B 1F
Octal 107 174 40 53 0 112 63 137 73 37
Binary 1000111 1111100 100000 101011 0 1001010 110011 1011111 111011 11111

Color Harmonies of #477C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C20

Black with #477C20

Text Example


Text Example

White with #477C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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