#275C4F

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

Shades of Evening Sea #275C4F

Tints of Evening Sea #275C4F

Color information

#275C4F (or 0x275C4F) is unknown color: approx Evening Sea. HEX triplet: 27, 5C and 4F. RGB value is (39,92,79). Sum of RGB (Red+Green+Blue) = 39+92+79=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #275C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C4F is #D8A3B0. Grayscale: #4A4A4A. Windows color (decimal): -14197681 or 5200935. OLE color: 5200935.

HSL color Cylindrical-coordinate representation of color #275C4F: hue angle of 165.28º degrees, saturation: 0.4, 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 #275C4F is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB399279-
CMYK0.5800.140.64
HSL165.28º40.46%25.69%-
HSV(B)165.28º57.61%36.08%-
XYZ6.088.658.75-
YUV74.67130.44102.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 92 (36.33% from 255) = 43.81%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=18.57%
G=43.81%
B=37.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3992790.5800.140.64165.2840.4625.69
Hex275C4F3A0E40a5281a
Octal47134117720161002455032
Binary100111101110010011111110100111010000001010010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,92,79); }

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

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

 a { background-color: rgb(39,92,79); }

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

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

 span { border-color: rgb(39,92,79); }

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