Html Css Color HEX #477F10 Bilbao

📋 copy color: '#477F10'

red 71 ◦ green 127 ◦ blue 16

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

Shades of Bilbao #477F10

Tints of Bilbao #477F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 33.18%
G = 59.35%
B = 7.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#477F10 (or 0x477F10) is known color: Bilbao. HEX triplet: 47, 7F and 10. RGB value is (71,127,16). Sum of RGB (Red+Green+Blue) = 71+127+16=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #477F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477F10 is #B880EF. Grayscale: #616161. Windows color (decimal): -12091632 or 1081159. OLE color: 1081159.

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

Color convert

RGB 71 127 16 -
CMYK 0.44 0 0.87 0.50
HSL 90.27º 0.78% 0.28% -
HSV(B) 90.27º 0.87% 0.5% -
XYZ 10.28 16.56 3.14 -
YUV 97.6 81.95 109.03 -
System Red Green Blue C M Y K H S L
Decimal 71 127 16 0.44 0 0.87 0.50 90.27 0.78 0.28
Hex 47 7F 10 2C 0 57 32 5A 4E 1C
Octal 107 177 20 54 0 127 62 132 116 34
Binary 1000111 1111111 10000 101100 0 1010111 110010 1011010 1001110 11100

Color Harmonies of #477F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F10

Black with #477F10

Text Example


Text Example

White with #477F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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