Html Css Color HEX #477D18 Bilbao

📋 copy color: '#477D18'

red 71 ◦ green 125 ◦ blue 24

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

Shades of Bilbao #477D18

Tints of Bilbao #477D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 32.27%
G = 56.82%
B = 10.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#477D18 (or 0x477D18) is known color: Bilbao. HEX triplet: 47, 7D and 18. RGB value is (71,125,24). Sum of RGB (Red+Green+Blue) = 71+125+24=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 125 (49.22% from 255 or 56.82% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 125 - color contains mainly: green. Hex color #477D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477D18 is #B882E7. Grayscale: #616161. Windows color (decimal): -12092136 or 1604935. OLE color: 1604935.

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

Color convert

RGB 71 125 24 -
CMYK 0.43 0 0.81 0.51
HSL 92.08º 0.68% 0.29% -
HSV(B) 92.08º 0.81% 0.49% -
XYZ 10.1 16.07 3.43 -
YUV 97.34 86.61 109.21 -
System Red Green Blue C M Y K H S L
Decimal 71 125 24 0.43 0 0.81 0.51 92.08 0.68 0.29
Hex 47 7D 18 2B 0 51 33 5C 44 1D
Octal 107 175 30 53 0 121 63 134 104 35
Binary 1000111 1111101 11000 101011 0 1010001 110011 1011100 1000100 11101

Color Harmonies of #477D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D18

Black with #477D18

Text Example


Text Example

White with #477D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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