#457C35

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

Shades of Bilbao #457C35

Tints of Bilbao #457C35

Color information

#457C35 (or 0x457C35) is unknown color: approx Bilbao. HEX triplet: 45, 7C and 35. RGB value is (69,124,53). Sum of RGB (Red+Green+Blue) = 69+124+53=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #457C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457C35 is #BA83CA. Grayscale: #636363. Windows color (decimal): -12223435 or 3505221. OLE color: 3505221.

HSL color Cylindrical-coordinate representation of color #457C35: hue angle of 106.48º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #457C35 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB6912453-
CMYK0.4400.570.51
HSL106.48º40.11%34.71%-
HSV(B)106.48º57.26%48.63%-
XYZ10.315.945.9-
YUV99.46101.78106.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 124 (48.83% from 255) = 50.41%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=28.05%
G=50.41%
B=21.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69124530.4400.570.51106.4840.1134.71
Hex457C352C039336a2823
Octal1051746554071631525043
Binary1000101111110011010110110001110011100111101010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,124,53); }

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

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

 a { background-color: rgb(69,124,53); }

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

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

 span { border-color: rgb(69,124,53); }

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