Html Css Color HEX #477D0F Bilbao

📋 copy color: '#477D0F'

red 71 ◦ green 125 ◦ blue 15

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

Shades of Bilbao #477D0F

Tints of Bilbao #477D0F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 59.24%

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 33.65%
G = 59.24%
B = 7.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#477D0F (or 0x477D0F) is known color: Bilbao. HEX triplet: 47, 7D and 0F. RGB value is (71,125,15). Sum of RGB (Red+Green+Blue) = 71+125+15=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 125 (49.22% from 255 or 59.24% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 125 - color contains mainly: green. Hex color #477D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477D0F is #B882F0. Grayscale: #606060. Windows color (decimal): -12092145 or 1015111. OLE color: 1015111.

HSL color Cylindrical-coordinate representation of color #477D0F: hue angle of 89.45º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #477D0F is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 125 15 -
CMYK 0.43 0 0.88 0.51
HSL 89.45º 0.79% 0.27% -
HSV(B) 89.45º 0.88% 0.49% -
XYZ 10.02 16.04 3.02 -
YUV 96.31 82.11 109.94 -
System Red Green Blue C M Y K H S L
Decimal 71 125 15 0.43 0 0.88 0.51 89.45 0.79 0.27
Hex 47 7D F 2B 0 58 33 59 4F 1B
Octal 107 175 17 53 0 130 63 131 117 33
Binary 1000111 1111101 1111 101011 0 1011000 110011 1011001 1001111 11011

Color Harmonies of #477D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D0F

Black with #477D0F

Text Example


Text Example

White with #477D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,125,15); }

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

background-color css

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

 a { background-color: rgb(71,125,15); }

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

border-color css

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

 span { border-color: rgb(71,125,15); }

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