Html Css Color HEX #477F13 Bilbao

📋 copy color: '#477F13'

red 71 ◦ green 127 ◦ blue 19

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

Shades of Bilbao #477F13

Tints of Bilbao #477F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 32.72%
G = 58.53%
B = 8.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#477F13 (or 0x477F13) is known color: Bilbao. HEX triplet: 47, 7F and 13. RGB value is (71,127,19). Sum of RGB (Red+Green+Blue) = 71+127+19=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #477F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477F13 is #B880EC. Grayscale: #626262. Windows color (decimal): -12091629 or 1277767. OLE color: 1277767.

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

Color convert

RGB 71 127 19 -
CMYK 0.44 0 0.85 0.50
HSL 91.11º 0.74% 0.29% -
HSV(B) 91.11º 0.85% 0.5% -
XYZ 10.31 16.57 3.27 -
YUV 97.94 83.45 108.78 -
System Red Green Blue C M Y K H S L
Decimal 71 127 19 0.44 0 0.85 0.50 91.11 0.74 0.29
Hex 47 7F 13 2C 0 55 32 5B 4A 1D
Octal 107 177 23 54 0 125 62 133 112 35
Binary 1000111 1111111 10011 101100 0 1010101 110010 1011011 1001010 11101

Color Harmonies of #477F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F13

Black with #477F13

Text Example


Text Example

White with #477F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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