Html Css Color HEX #477D14 Bilbao

📋 copy color: '#477D14'

red 71 ◦ green 125 ◦ blue 20

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

Shades of Bilbao #477D14

Tints of Bilbao #477D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 57.87%

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 32.87%
G = 57.87%
B = 9.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#477D14 (or 0x477D14) is known color: Bilbao. HEX triplet: 47, 7D and 14. RGB value is (71,125,20). Sum of RGB (Red+Green+Blue) = 71+125+20=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #477D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477D14 is #B882EB. Grayscale: #616161. Windows color (decimal): -12092140 or 1342791. OLE color: 1342791.

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

Color convert

RGB 71 125 20 -
CMYK 0.43 0 0.84 0.51
HSL 90.86º 0.72% 0.28% -
HSV(B) 90.86º 0.84% 0.49% -
XYZ 10.06 16.06 3.23 -
YUV 96.88 84.61 109.54 -
System Red Green Blue C M Y K H S L
Decimal 71 125 20 0.43 0 0.84 0.51 90.86 0.72 0.28
Hex 47 7D 14 2B 0 54 33 5B 48 1C
Octal 107 175 24 53 0 124 63 133 110 34
Binary 1000111 1111101 10100 101011 0 1010100 110011 1011011 1001000 11100

Color Harmonies of #477D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D14

Black with #477D14

Text Example


Text Example

White with #477D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,125,20); }

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

background-color css

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

 a { background-color: rgb(71,125,20); }

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

border-color css

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

 span { border-color: rgb(71,125,20); }

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