#457255

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

Shades of Como #457255

Tints of Como #457255

Color information

#457255 (or 0x457255) is unknown color: approx Como. HEX triplet: 45, 72 and 55. RGB value is (69,114,85). Sum of RGB (Red+Green+Blue) = 69+114+85=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #457255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457255 is #BA8DAA. Grayscale: #616161. Windows color (decimal): -12225963 or 5599813. OLE color: 5599813.

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

Color convert

RGB6911485-
CMYK0.3900.250.55
HSL141.33º24.59%35.88%-
HSV(B)141.33º39.47%44.71%-
XYZ10.1113.9610.76-
YUV97.24121.09107.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=25.75%
G=42.54%
B=31.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69114850.3900.250.55141.3324.5935.88
Hex45725527019378d1924
Octal10516212547031672153144
Binary1000101111001010101011001110110011101111000110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457255; }

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

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

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

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

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

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

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

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