#457829

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

Shades of Bilbao #457829

Tints of Bilbao #457829

Color information

#457829 (or 0x457829) is unknown color: approx Bilbao. HEX triplet: 45, 78 and 29. RGB value is (69,120,41). Sum of RGB (Red+Green+Blue) = 69+120+41=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #457829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457829 is #BA87D6. Grayscale: #606060. Windows color (decimal): -12224471 or 2717765. OLE color: 2717765.

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

Color convert

RGB6912041-
CMYK0.4200.660.53
HSL98.73º49.07%31.57%-
HSV(B)98.73º65.83%47.06%-
XYZ9.5714.864.46-
YUV95.7497.1108.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 41 (16.41% from 255) = 17.83%
R=30%
G=52.17%
B=17.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69120410.4200.660.5398.7349.0731.57
Hex4578292A04235633120
Octal10517051520102651436140
Binary10001011111000101001101010010000101101011100011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457829; }

 p { color: rgb(69,120,41); }

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

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

 a { background-color: rgb(69,120,41); }

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

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

 span { border-color: rgb(69,120,41); }

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