#457731

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

Shades of Bilbao #457731

Tints of Bilbao #457731

Color information

#457731 (or 0x457731) is unknown color: approx Bilbao. HEX triplet: 45, 77 and 31. RGB value is (69,119,49). Sum of RGB (Red+Green+Blue) = 69+119+49=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #457731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457731 is #BA88CE. Grayscale: #606060. Windows color (decimal): -12224719 or 3241797. OLE color: 3241797.

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

Color convert

RGB6911949-
CMYK0.4200.590.53
HSL102.86º41.67%32.94%-
HSV(B)102.86º58.82%46.67%-
XYZ9.6114.685.23-
YUV96.07101.44108.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=29.11%
G=50.21%
B=20.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69119490.4200.590.53102.8641.6732.94
Hex4577312A03B35672a21
Octal1051676152073651475241
Binary1000101111011111000110101001110111101011100111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457731; }

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

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

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

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

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

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

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

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