Html Css Color HEX #477F26 Bilbao

📋 copy color: '#477F26'

red 71 ◦ green 127 ◦ blue 38

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

Shades of Bilbao #477F26

Tints of Bilbao #477F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.1%

R = 30.08%
G = 53.81%
B = 16.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#477F26 (or 0x477F26) is known color: Bilbao. HEX triplet: 47, 7F and 26. RGB value is (71,127,38). Sum of RGB (Red+Green+Blue) = 71+127+38=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #477F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477F26 is #B880D9. Grayscale: #646464. Windows color (decimal): -12091610 or 2522951. OLE color: 2522951.

HSL color Cylindrical-coordinate representation of color #477F26: hue angle of 97.75º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477F26 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 127 38 -
CMYK 0.44 0 0.70 0.50
HSL 97.75º 0.54% 0.32% -
HSV(B) 97.75º 0.7% 0.5% -
XYZ 10.54 16.66 4.49 -
YUV 100.11 92.95 107.24 -
System Red Green Blue C M Y K H S L
Decimal 71 127 38 0.44 0 0.70 0.50 97.75 0.54 0.32
Hex 47 7F 26 2C 0 46 32 62 36 20
Octal 107 177 46 54 0 106 62 142 66 40
Binary 1000111 1111111 100110 101100 0 1000110 110010 1100010 110110 100000

Color Harmonies of #477F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F26

Black with #477F26

Text Example


Text Example

White with #477F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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