Html Css Color HEX #477F08 Bilbao

📋 copy color: '#477F08'

red 71 ◦ green 127 ◦ blue 8

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

Shades of Bilbao #477F08

Tints of Bilbao #477F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.88%

R = 34.47%
G = 61.65%
B = 3.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#477F08 (or 0x477F08) is known color: Bilbao. HEX triplet: 47, 7F and 08. RGB value is (71,127,8). Sum of RGB (Red+Green+Blue) = 71+127+8=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #477F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477F08 is #B880F7. Grayscale: #616161. Windows color (decimal): -12091640 or 556871. OLE color: 556871.

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

Color convert

RGB 71 127 8 -
CMYK 0.44 0 0.94 0.50
HSL 88.24º 0.88% 0.26% -
HSV(B) 88.24º 0.94% 0.5% -
XYZ 10.23 16.54 2.88 -
YUV 96.69 77.95 109.68 -
System Red Green Blue C M Y K H S L
Decimal 71 127 8 0.44 0 0.94 0.50 88.24 0.88 0.26
Hex 47 7F 8 2C 0 5E 32 58 58 1A
Octal 107 177 10 54 0 136 62 130 130 32
Binary 1000111 1111111 1000 101100 0 1011110 110010 1011000 1011000 11010

Color Harmonies of #477F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F08

Black with #477F08

Text Example


Text Example

White with #477F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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