#275649

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

Shades of Evening Sea #275649

Tints of Evening Sea #275649

Color information

#275649 (or 0x275649) is unknown color: approx Evening Sea. HEX triplet: 27, 56 and 49. RGB value is (39,86,73). Sum of RGB (Red+Green+Blue) = 39+86+73=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 86 - color contains mainly: green. Hex color #275649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275649 is #D8A9B6. Grayscale: #464646. Windows color (decimal): -14199223 or 4806183. OLE color: 4806183.

HSL color Cylindrical-coordinate representation of color #275649: hue angle of 163.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275649 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB398673-
CMYK0.5500.150.66
HSL163.4º37.6%24.51%-
HSV(B)163.4º54.65%33.73%-
XYZ5.377.577.48-
YUV70.46129.43105.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.70%
GREEN value IS 86 (33.98% from 255) = 43.43%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=19.70%
G=43.43%
B=36.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3986730.5500.150.66163.437.624.51
Hex275649370F42a32619
Octal47126111670171022434631
Binary100111101011010010011101110111110000101010001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275649; }

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

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

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

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

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

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

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

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