Html Css Color HEX #477F28 Bilbao

📋 copy color: '#477F28'

red 71 ◦ green 127 ◦ blue 40

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

Shades of Bilbao #477F28

Tints of Bilbao #477F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.81%

R = 29.83%
G = 53.36%
B = 16.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#477F28 (or 0x477F28) is known color: Bilbao. HEX triplet: 47, 7F and 28. RGB value is (71,127,40). Sum of RGB (Red+Green+Blue) = 71+127+40=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #477F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477F28 is #B880D7. Grayscale: #646464. Windows color (decimal): -12091608 or 2654023. OLE color: 2654023.

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

Color convert

RGB 71 127 40 -
CMYK 0.44 0 0.69 0.50
HSL 98.62º 0.52% 0.33% -
HSV(B) 98.62º 0.69% 0.5% -
XYZ 10.57 16.67 4.67 -
YUV 100.34 93.95 107.07 -
System Red Green Blue C M Y K H S L
Decimal 71 127 40 0.44 0 0.69 0.50 98.62 0.52 0.33
Hex 47 7F 28 2C 0 45 32 63 34 21
Octal 107 177 50 54 0 105 62 143 64 41
Binary 1000111 1111111 101000 101100 0 1000101 110010 1100011 110100 100001

Color Harmonies of #477F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F28

Black with #477F28

Text Example


Text Example

White with #477F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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