Html Css Color HEX #477F15 Bilbao

📋 copy color: '#477F15'

red 71 ◦ green 127 ◦ blue 21

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

Shades of Bilbao #477F15

Tints of Bilbao #477F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.59%

R = 32.42%
G = 57.99%
B = 9.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#477F15 (or 0x477F15) is known color: Bilbao. HEX triplet: 47, 7F and 15. RGB value is (71,127,21). Sum of RGB (Red+Green+Blue) = 71+127+21=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 127 (50% from 255 or 57.99% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 127 - color contains mainly: green. Hex color #477F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477F15 is #B880EA. Grayscale: #626262. Windows color (decimal): -12091627 or 1408839. OLE color: 1408839.

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

Color convert

RGB 71 127 21 -
CMYK 0.44 0 0.83 0.50
HSL 91.7º 0.72% 0.29% -
HSV(B) 91.7º 0.83% 0.5% -
XYZ 10.32 16.57 3.36 -
YUV 98.17 84.45 108.62 -
System Red Green Blue C M Y K H S L
Decimal 71 127 21 0.44 0 0.83 0.50 91.7 0.72 0.29
Hex 47 7F 15 2C 0 53 32 5C 48 1D
Octal 107 177 25 54 0 123 62 134 110 35
Binary 1000111 1111111 10101 101100 0 1010011 110010 1011100 1001000 11101

Color Harmonies of #477F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F15

Black with #477F15

Text Example


Text Example

White with #477F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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