Html Css Color HEX #477F1C Bilbao

📋 copy color: '#477F1C'

red 71 ◦ green 127 ◦ blue 28

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

Shades of Bilbao #477F1C

Tints of Bilbao #477F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.39%

R = 31.42%
G = 56.19%
B = 12.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#477F1C (or 0x477F1C) is known color: Bilbao. HEX triplet: 47, 7F and 1C. RGB value is (71,127,28). Sum of RGB (Red+Green+Blue) = 71+127+28=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #477F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477F1C is #B880E3. Grayscale: #636363. Windows color (decimal): -12091620 or 1867591. OLE color: 1867591.

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

Color convert

RGB 71 127 28 -
CMYK 0.44 0 0.78 0.50
HSL 93.94º 0.64% 0.3% -
HSV(B) 93.94º 0.78% 0.5% -
XYZ 10.4 16.6 3.76 -
YUV 98.97 87.95 108.05 -
System Red Green Blue C M Y K H S L
Decimal 71 127 28 0.44 0 0.78 0.50 93.94 0.64 0.3
Hex 47 7F 1C 2C 0 4E 32 5E 40 1E
Octal 107 177 34 54 0 116 62 136 100 36
Binary 1000111 1111111 11100 101100 0 1001110 110010 1011110 1000000 11110

Color Harmonies of #477F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F1C

Black with #477F1C

Text Example


Text Example

White with #477F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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