#457A55

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

Shades of Como #457A55

Tints of Como #457A55

Color information

#457A55 (or 0x457A55) is unknown color: approx Como. HEX triplet: 45, 7A and 55. RGB value is (69,122,85). Sum of RGB (Red+Green+Blue) = 69+122+85=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #457A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A55 is #BA85AA. Grayscale: #666666. Windows color (decimal): -12223915 or 5601861. OLE color: 5601861.

HSL color Cylindrical-coordinate representation of color #457A55: hue angle of 138.11º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457A55 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB6912285-
CMYK0.4300.300.52
HSL138.11º27.75%37.45%-
HSV(B)138.11º43.44%47.84%-
XYZ11.0515.8411.07-
YUV101.93118.44104.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25%
GREEN value IS 122 (48.05% from 255) = 44.20%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=25%
G=44.20%
B=30.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69122850.4300.300.52138.1127.7537.45
Hex457A552B01E348a1c25
Octal10517212553036642123445
Binary1000101111101010101011010110111101101001000101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,122,85); }

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

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

 a { background-color: rgb(69,122,85); }

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

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

 span { border-color: rgb(69,122,85); }

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