Html Css Color HEX #477F05 Bilbao

📋 copy color: '#477F05'

red 71 ◦ green 127 ◦ blue 5

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

Shades of Bilbao #477F05

Tints of Bilbao #477F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.46%

R = 34.98%
G = 62.56%
B = 2.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#477F05 (or 0x477F05) is known color: Bilbao. HEX triplet: 47, 7F and 05. RGB value is (71,127,5). Sum of RGB (Red+Green+Blue) = 71+127+5=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 127 (50% from 255 or 62.56% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 127 - color contains mainly: green. Hex color #477F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477F05 is #B880FA. Grayscale: #606060. Windows color (decimal): -12091643 or 360263. OLE color: 360263.

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

Color convert

RGB 71 127 5 -
CMYK 0.44 0 0.96 0.50
HSL 87.54º 0.92% 0.26% -
HSV(B) 87.54º 0.96% 0.5% -
XYZ 10.22 16.53 2.8 -
YUV 96.35 76.45 109.92 -
System Red Green Blue C M Y K H S L
Decimal 71 127 5 0.44 0 0.96 0.50 87.54 0.92 0.26
Hex 47 7F 5 2C 0 60 32 58 5C 1A
Octal 107 177 5 54 0 140 62 130 134 32
Binary 1000111 1111111 101 101100 0 1100000 110010 1011000 1011100 11010

Color Harmonies of #477F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F05

Black with #477F05

Text Example


Text Example

White with #477F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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