#457721

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

Shades of Bilbao #457721

Tints of Bilbao #457721

Color information

#457721 (or 0x457721) is unknown color: approx Bilbao. HEX triplet: 45, 77 and 21. RGB value is (69,119,33). Sum of RGB (Red+Green+Blue) = 69+119+33=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #457721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457721 is #BA88DE. Grayscale: #5E5E5E. Windows color (decimal): -12224735 or 2193221. OLE color: 2193221.

HSL color Cylindrical-coordinate representation of color #457721: hue angle of 94.88º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #457721 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB6911933-
CMYK0.4200.720.53
HSL94.88º56.58%29.8%-
HSV(B)94.88º72.27%46.67%-
XYZ9.3314.573.76-
YUV94.2593.44109.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=31.22%
G=53.85%
B=14.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69119330.4200.720.5394.8856.5829.8
Hex4577212A048355f391e
Octal10516741520110651377136
Binary1000101111011110000110101001001000110101101111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457721; }

 p { color: rgb(69,119,33); }

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

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

 a { background-color: rgb(69,119,33); }

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

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

 span { border-color: rgb(69,119,33); }

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