#275549

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

Shades of Evening Sea #275549

Tints of Evening Sea #275549

Color information

#275549 (or 0x275549) is unknown color: approx Evening Sea. HEX triplet: 27, 55 and 49. RGB value is (39,85,73). Sum of RGB (Red+Green+Blue) = 39+85+73=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #275549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275549 is #D8AAB6. Grayscale: #454545. Windows color (decimal): -14199479 or 4805927. OLE color: 4805927.

HSL color Cylindrical-coordinate representation of color #275549: hue angle of 164.35º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275549 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB398573-
CMYK0.5400.140.67
HSL164.35º37.1%24.31%-
HSV(B)164.35º54.12%33.33%-
XYZ5.297.417.45-
YUV69.88129.76105.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.80%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=19.80%
G=43.15%
B=37.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3985730.5400.140.67164.3537.124.31
Hex275549360E43a42518
Octal47125111660161032444530
Binary100111101010110010011101100111010000111010010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275549; }

 p { color: rgb(39,85,73); }

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

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

 a { background-color: rgb(39,85,73); }

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

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

 span { border-color: rgb(39,85,73); }

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