#457059

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

Shades of Como #457059

Tints of Como #457059

Color information

#457059 (or 0x457059) is unknown color: approx Como. HEX triplet: 45, 70 and 59. RGB value is (69,112,89). Sum of RGB (Red+Green+Blue) = 69+112+89=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #457059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457059 is #BA8FA6. Grayscale: #606060. Windows color (decimal): -12226471 or 5861445. OLE color: 5861445.

HSL color Cylindrical-coordinate representation of color #457059: hue angle of 147.91º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #457059 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB6911289-
CMYK0.3800.210.56
HSL147.91º23.76%35.49%-
HSV(B)147.91º38.39%43.92%-
XYZ10.0513.5711.54-
YUV96.52123.75108.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=25.56%
G=41.48%
B=32.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69112890.3800.210.56147.9123.7635.49
Hex4570592601538941823
Octal10516013146025702243043
Binary1000101111000010110011001100101011110001001010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457059; }

 p { color: rgb(69,112,89); }

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

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

 a { background-color: rgb(69,112,89); }

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

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

 span { border-color: rgb(69,112,89); }

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