#457B2D

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

Shades of Bilbao #457B2D

Tints of Bilbao #457B2D

Color information

#457B2D (or 0x457B2D) is unknown color: approx Bilbao. HEX triplet: 45, 7B and 2D. RGB value is (69,123,45). Sum of RGB (Red+Green+Blue) = 69+123+45=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #457B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457B2D is #BA84D2. Grayscale: #626262. Windows color (decimal): -12223699 or 2980677. OLE color: 2980677.

HSL color Cylindrical-coordinate representation of color #457B2D: hue angle of 101.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #457B2D is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB6912345-
CMYK0.4400.630.52
HSL101.54º46.43%32.94%-
HSV(B)101.54º63.41%48.24%-
XYZ10.0115.624.97-
YUV97.9698.11107.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 123 (48.44% from 255) = 51.90%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=29.11%
G=51.90%
B=18.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69123450.4400.630.52101.5446.4332.94
Hex457B2D2C03F34662e21
Octal1051735554077641465641
Binary1000101111101110110110110001111111101001100110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457B2D; }

 p { color: rgb(69,123,45); }

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

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

 a { background-color: rgb(69,123,45); }

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

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

 span { border-color: rgb(69,123,45); }

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