Html Css Color HEX #477C13 Bilbao

📋 copy color: '#477C13'

red 71 ◦ green 124 ◦ blue 19

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

Shades of Bilbao #477C13

Tints of Bilbao #477C13

RGB

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

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

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

R = 33.18%
G = 57.94%
B = 8.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#477C13 (or 0x477C13) is known color: Bilbao. HEX triplet: 47, 7C and 13. RGB value is (71,124,19). Sum of RGB (Red+Green+Blue) = 71+124+19=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 124 (48.83% from 255 or 57.94% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 124 - color contains mainly: green. Hex color #477C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477C13 is #B883EC. Grayscale: #606060. Windows color (decimal): -12092397 or 1276999. OLE color: 1276999.

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

Color convert

RGB 71 124 19 -
CMYK 0.43 0 0.85 0.51
HSL 90.29º 0.73% 0.28% -
HSV(B) 90.29º 0.85% 0.49% -
XYZ 9.92 15.8 3.14 -
YUV 96.18 84.44 110.04 -
System Red Green Blue C M Y K H S L
Decimal 71 124 19 0.43 0 0.85 0.51 90.29 0.73 0.28
Hex 47 7C 13 2B 0 55 33 5A 49 1C
Octal 107 174 23 53 0 125 63 132 111 34
Binary 1000111 1111100 10011 101011 0 1010101 110011 1011010 1001001 11100

Color Harmonies of #477C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C13

Black with #477C13

Text Example


Text Example

White with #477C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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