#457355

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

Shades of Como #457355

Tints of Como #457355

Color information

#457355 (or 0x457355) is unknown color: approx Como. HEX triplet: 45, 73 and 55. RGB value is (69,115,85). Sum of RGB (Red+Green+Blue) = 69+115+85=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #457355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457355 is #BA8CAA. Grayscale: #616161. Windows color (decimal): -12225707 or 5600069. OLE color: 5600069.

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

Color convert

RGB6911585-
CMYK0.400.260.55
HSL140.87º25%36.08%-
HSV(B)140.87º40%45.1%-
XYZ10.2214.1810.79-
YUV97.83120.76107.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=25.65%
G=42.75%
B=31.60%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69115850.400.260.55140.872536.08
Hex4573552801A378d1924
Octal10516312550032672153144
Binary1000101111001110101011010000110101101111000110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457355; }

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

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

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

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

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

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

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

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