#276049

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

Shades of Evening Sea #276049

Tints of Evening Sea #276049

Color information

#276049 (or 0x276049) is unknown color: approx Evening Sea. HEX triplet: 27, 60 and 49. RGB value is (39,96,73). Sum of RGB (Red+Green+Blue) = 39+96+73=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #276049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276049 is #D89FB6. Grayscale: #4C4C4C. Windows color (decimal): -14196663 or 4808743. OLE color: 4808743.

HSL color Cylindrical-coordinate representation of color #276049: hue angle of 155.79º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #276049 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB399673-
CMYK0.5900.240.62
HSL155.79º42.22%26.47%-
HSV(B)155.79º59.38%37.65%-
XYZ6.229.287.77-
YUV76.33126.12101.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=18.75%
G=46.15%
B=35.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996730.5900.240.62155.7942.2226.47
Hex2760493B0183E9c2a1a
Octal4714011173030762345232
Binary100111110000010010011110110110001111101001110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276049; }

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

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

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

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

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

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

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

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