#275946

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

Shades of Evening Sea #275946

Tints of Evening Sea #275946

Color information

#275946 (or 0x275946) is unknown color: approx Evening Sea. HEX triplet: 27, 59 and 46. RGB value is (39,89,70). Sum of RGB (Red+Green+Blue) = 39+89+70=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #275946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275946 is #D8A6B9. Grayscale: #474747. Windows color (decimal): -14198458 or 4610343. OLE color: 4610343.

HSL color Cylindrical-coordinate representation of color #275946: hue angle of 157.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275946 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB398970-
CMYK0.5600.210.65
HSL157.2º39.06%25.1%-
HSV(B)157.2º56.18%34.9%-
XYZ5.518.027.05-
YUV71.88126.94104.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.70%
GREEN value IS 89 (35.16% from 255) = 44.95%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=19.70%
G=44.95%
B=35.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3989700.5600.210.65157.239.0625.1
Hex27594638015419d2719
Octal47131106700251012354731
Binary1001111011001100011011100001010110000011001110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275946; }

 p { color: rgb(39,89,70); }

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

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

 a { background-color: rgb(39,89,70); }

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

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

 span { border-color: rgb(39,89,70); }

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