Html Css Color HEX #477D26 Bilbao

📋 copy color: '#477D26'

red 71 ◦ green 125 ◦ blue 38

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

Shades of Bilbao #477D26

Tints of Bilbao #477D26

RGB

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

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

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

R = 30.34%
G = 53.42%
B = 16.24%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#477D26 (or 0x477D26) is known color: Bilbao. HEX triplet: 47, 7D and 26. RGB value is (71,125,38). Sum of RGB (Red+Green+Blue) = 71+125+38=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #477D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477D26 is #B882D9. Grayscale: #636363. Windows color (decimal): -12092122 or 2522439. OLE color: 2522439.

HSL color Cylindrical-coordinate representation of color #477D26: hue angle of 97.24º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477D26 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 125 38 -
CMYK 0.43 0 0.70 0.51
HSL 97.24º 0.53% 0.32% -
HSV(B) 97.24º 0.7% 0.49% -
XYZ 10.28 16.15 4.41 -
YUV 98.94 93.61 108.07 -
System Red Green Blue C M Y K H S L
Decimal 71 125 38 0.43 0 0.70 0.51 97.24 0.53 0.32
Hex 47 7D 26 2B 0 46 33 61 35 20
Octal 107 175 46 53 0 106 63 141 65 40
Binary 1000111 1111101 100110 101011 0 1000110 110011 1100001 110101 100000

Color Harmonies of #477D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D26

Black with #477D26

Text Example


Text Example

White with #477D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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