#275D55

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

Shades of Eden #275D55

Tints of Eden #275D55

Color information

#275D55 (or 0x275D55) is unknown color: approx Eden. HEX triplet: 27, 5D and 55. RGB value is (39,93,85). Sum of RGB (Red+Green+Blue) = 39+93+85=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #275D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D55 is #D8A2AA. Grayscale: #4B4B4B. Windows color (decimal): -14197419 or 5594407. OLE color: 5594407.

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

Color convert

RGB399385-
CMYK0.5800.090.64
HSL171.11º40.91%25.88%-
HSV(B)171.11º58.06%36.47%-
XYZ6.398.929.98-
YUV75.94133.11101.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 93 (36.72% from 255) = 42.86%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=17.97%
G=42.86%
B=39.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993850.5800.090.64171.1140.9125.88
Hex275D553A0940ab291a
Octal47135125720111002535132
Binary100111101110110101011110100100110000001010101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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