#275A46

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

Shades of Evening Sea #275A46

Tints of Evening Sea #275A46

Color information

#275A46 (or 0x275A46) is unknown color: approx Evening Sea. HEX triplet: 27, 5A and 46. RGB value is (39,90,70). Sum of RGB (Red+Green+Blue) = 39+90+70=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #275A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A46 is #D8A5B9. Grayscale: #484848. Windows color (decimal): -14198202 or 4610599. OLE color: 4610599.

HSL color Cylindrical-coordinate representation of color #275A46: hue angle of 156.47º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275A46 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB399070-
CMYK0.5700.220.65
HSL156.47º39.53%25.29%-
HSV(B)156.47º56.67%35.29%-
XYZ5.68.197.08-
YUV72.47126.6104.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 90 (35.55% from 255) = 45.23%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=19.60%
G=45.23%
B=35.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3990700.5700.220.65156.4739.5325.29
Hex275A4639016419c2819
Octal47132106710261012345031
Binary1001111011010100011011100101011010000011001110010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275A46; }

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

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

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

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

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

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

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

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