#457455

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

Shades of Como #457455

Tints of Como #457455

Color information

#457455 (or 0x457455) is unknown color: approx Como. HEX triplet: 45, 74 and 55. RGB value is (69,116,85). Sum of RGB (Red+Green+Blue) = 69+116+85=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #457455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457455 is #BA8BAA. Grayscale: #626262. Windows color (decimal): -12225451 or 5600325. OLE color: 5600325.

HSL color Cylindrical-coordinate representation of color #457455: hue angle of 140.43º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457455 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB6911685-
CMYK0.4100.270.55
HSL140.43º25.41%36.27%-
HSV(B)140.43º40.52%45.49%-
XYZ10.3414.4110.83-
YUV98.41120.43107.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=25.56%
G=42.96%
B=31.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69116850.4100.270.55140.4325.4136.27
Hex4574552901B378c1924
Octal10516412551033672143144
Binary1000101111010010101011010010110111101111000110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457455; }

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

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

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

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

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

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

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

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