#275D4D

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

Shades of Evening Sea #275D4D

Tints of Evening Sea #275D4D

Color information

#275D4D (or 0x275D4D) is unknown color: approx Evening Sea. HEX triplet: 27, 5D and 4D. RGB value is (39,93,77). Sum of RGB (Red+Green+Blue) = 39+93+77=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #275D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D4D is #D8A2B2. Grayscale: #4B4B4B. Windows color (decimal): -14197427 or 5070119. OLE color: 5070119.

HSL color Cylindrical-coordinate representation of color #275D4D: hue angle of 162.22º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D4D is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB399377-
CMYK0.5800.170.64
HSL162.22º40.91%25.88%-
HSV(B)162.22º58.06%36.47%-
XYZ6.098.88.4-
YUV75.03129.11102.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 93 (36.72% from 255) = 44.50%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=18.66%
G=44.50%
B=36.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993770.5800.170.64162.2240.9125.88
Hex275D4D3A01140a2291a
Octal47135115720211002425132
Binary1001111011101100110111101001000110000001010001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,93,77); }

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

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

 a { background-color: rgb(39,93,77); }

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

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

 span { border-color: rgb(39,93,77); }

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