Html Css Color HEX #477C0F Bilbao

📋 copy color: '#477C0F'

red 71 ◦ green 124 ◦ blue 15

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

Shades of Bilbao #477C0F

Tints of Bilbao #477C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 59.05%

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

R = 33.81%
G = 59.05%
B = 7.14%

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

#477C0F (or 0x477C0F) is known color: Bilbao. HEX triplet: 47, 7C and 0F. RGB value is (71,124,15). Sum of RGB (Red+Green+Blue) = 71+124+15=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #477C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477C0F is #B883F0. Grayscale: #606060. Windows color (decimal): -12092401 or 1014855. OLE color: 1014855.

HSL color Cylindrical-coordinate representation of color #477C0F: hue angle of 89.17º degrees, saturation: 0.78, 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 #477C0F is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 124 15 -
CMYK 0.43 0 0.88 0.51
HSL 89.17º 0.78% 0.27% -
HSV(B) 89.17º 0.88% 0.49% -
XYZ 9.89 15.79 2.98 -
YUV 95.73 82.44 110.36 -
System Red Green Blue C M Y K H S L
Decimal 71 124 15 0.43 0 0.88 0.51 89.17 0.78 0.27
Hex 47 7C F 2B 0 58 33 59 4E 1B
Octal 107 174 17 53 0 130 63 131 116 33
Binary 1000111 1111100 1111 101011 0 1011000 110011 1011001 1001110 11011

Color Harmonies of #477C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C0F

Black with #477C0F

Text Example


Text Example

White with #477C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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