#478224

Color #478224 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #478224

Tints of Bilbao #478224

Color information

#478224 (or 0x478224) is unknown color: approx Bilbao. HEX triplet: 47, 82 and 24. RGB value is (71,130,36). Sum of RGB (Red+Green+Blue) = 71+130+36=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #478224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478224 is #B87DDB. Grayscale: #656565. Windows color (decimal): -12090844 or 2392647. OLE color: 2392647.

HSL color Cylindrical-coordinate representation of color #478224: hue angle of 97.66º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #478224 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB7113036-
CMYK0.4500.720.49
HSL97.66º56.63%32.55%-
HSV(B)97.66º72.31%50.98%-
XYZ10.917.434.46-
YUV101.6490.95106.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 36 (14.45% from 255) = 15.19%
R=29.96%
G=54.85%
B=15.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71130360.4500.720.4997.6656.6332.55
Hex4782242D04831623921
Octal10720244550110611427141
Binary100011110000010100100101101010010001100011100010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478224; }

 p { color: rgb(71,130,36); }

 H1.HeaderClassName
 {
   color: #478224;
 }
 .AnyTagClassName
 {
   color: #478224;
 }
</style>
background-color css

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

 a { background-color: rgb(71,130,36); }

 div.DivClassName
 {
   background-color: #478224;
 }
 .BgClassName
 {
   background-color: #478224;
 }
</style>
border-color css

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

 span { border-color: rgb(71,130,36); }

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