#457420

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

Shades of Bilbao #457420

Tints of Bilbao #457420

Color information

#457420 (or 0x457420) is unknown color: approx Bilbao. HEX triplet: 45, 74 and 20. RGB value is (69,116,32). Sum of RGB (Red+Green+Blue) = 69+116+32=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #457420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457420 is #BA8BDF. Grayscale: #5C5C5C. Windows color (decimal): -12225504 or 2126917. OLE color: 2126917.

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

Color convert

RGB6911632-
CMYK0.4100.720.55
HSL93.57º56.76%29.02%-
HSV(B)93.57º72.41%45.49%-
XYZ8.9613.863.57-
YUV92.3793.93111.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 116 (45.70% from 255) = 53.46%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=31.80%
G=53.46%
B=14.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69116320.4100.720.5593.5756.7629.02
Hex45742029048375e391d
Octal10516440510110671367135
Binary1000101111010010000010100101001000110111101111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457420; }

 p { color: rgb(69,116,32); }

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

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

 a { background-color: rgb(69,116,32); }

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

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

 span { border-color: rgb(69,116,32); }

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