#275D56

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

Shades of Eden #275D56

Tints of Eden #275D56

Color information

#275D56 (or 0x275D56) is unknown color: approx Eden. HEX triplet: 27, 5D and 56. RGB value is (39,93,86). Sum of RGB (Red+Green+Blue) = 39+93+86=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #275D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D56 is #D8A2A9. Grayscale: #4C4C4C. Windows color (decimal): -14197418 or 5659943. OLE color: 5659943.

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

Color convert

RGB399386-
CMYK0.5800.080.64
HSL172.22º40.91%25.88%-
HSV(B)172.22º58.06%36.47%-
XYZ6.438.9310.19-
YUV76.06133.61101.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=17.89%
G=42.66%
B=39.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993860.5800.080.64172.2240.9125.88
Hex275D563A0840ac291a
Octal47135126720101002545132
Binary100111101110110101101110100100010000001010110010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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