Html Css Color HEX #477B1F Bilbao

📋 copy color: '#477B1F'

red 71 ◦ green 123 ◦ blue 31

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

Shades of Bilbao #477B1F

Tints of Bilbao #477B1F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 54.67%

 BLUE value IS 31 (12.5% from 255) = 13.78%

R = 31.56%
G = 54.67%
B = 13.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#477B1F (or 0x477B1F) is known color: Bilbao. HEX triplet: 47, 7B and 1F. RGB value is (71,123,31). Sum of RGB (Red+Green+Blue) = 71+123+31=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #477B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477B1F is #B884E0. Grayscale: #616161. Windows color (decimal): -12092641 or 2063175. OLE color: 2063175.

HSL color Cylindrical-coordinate representation of color #477B1F: hue angle of 93.91º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #477B1F is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 123 31 -
CMYK 0.42 0 0.75 0.52
HSL 93.91º 0.6% 0.3% -
HSV(B) 93.91º 0.75% 0.48% -
XYZ 9.93 15.6 3.78 -
YUV 96.96 90.77 109.48 -
System Red Green Blue C M Y K H S L
Decimal 71 123 31 0.42 0 0.75 0.52 93.91 0.6 0.3
Hex 47 7B 1F 2A 0 4B 34 5E 3C 1E
Octal 107 173 37 52 0 113 64 136 74 36
Binary 1000111 1111011 11111 101010 0 1001011 110100 1011110 111100 11110

Color Harmonies of #477B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477B1F

Black with #477B1F

Text Example


Text Example

White with #477B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,123,31); }

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

background-color css

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

 a { background-color: rgb(71,123,31); }

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

border-color css

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

 span { border-color: rgb(71,123,31); }

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