Html Css Color HEX #477A13 Bilbao

📋 copy color: '#477A13'

red 71 ◦ green 122 ◦ blue 19

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

Shades of Bilbao #477A13

Tints of Bilbao #477A13

RGB

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

 GREEN value IS 122 (48.05% from 255) = 57.55%

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

R = 33.49%
G = 57.55%
B = 8.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#477A13 (or 0x477A13) is known color: Bilbao. HEX triplet: 47, 7A and 13. RGB value is (71,122,19). Sum of RGB (Red+Green+Blue) = 71+122+19=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 122 (48.05% from 255 or 57.55% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 122 - color contains mainly: green. Hex color #477A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477A13 is #B885EC. Grayscale: #5F5F5F. Windows color (decimal): -12092909 or 1276487. OLE color: 1276487.

HSL color Cylindrical-coordinate representation of color #477A13: hue angle of 89.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #477A13 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 122 19 -
CMYK 0.42 0 0.84 0.52
HSL 89.71º 0.73% 0.28% -
HSV(B) 89.71º 0.84% 0.48% -
XYZ 9.68 15.31 3.06 -
YUV 95.01 85.1 110.88 -
System Red Green Blue C M Y K H S L
Decimal 71 122 19 0.42 0 0.84 0.52 89.71 0.73 0.28
Hex 47 7A 13 2A 0 54 34 5A 49 1C
Octal 107 172 23 52 0 124 64 132 111 34
Binary 1000111 1111010 10011 101010 0 1010100 110100 1011010 1001001 11100

Color Harmonies of #477A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A13

Black with #477A13

Text Example


Text Example

White with #477A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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