#275D52

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

Shades of Eden #275D52

Tints of Eden #275D52

Color information

#275D52 (or 0x275D52) is unknown color: approx Eden. HEX triplet: 27, 5D and 52. RGB value is (39,93,82). Sum of RGB (Red+Green+Blue) = 39+93+82=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #275D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D52 is #D8A2AD. Grayscale: #4B4B4B. Windows color (decimal): -14197422 or 5397799. OLE color: 5397799.

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

Color convert

RGB399382-
CMYK0.5800.120.64
HSL167.78º40.91%25.88%-
HSV(B)167.78º58.06%36.47%-
XYZ6.278.879.36-
YUV75.6131.61101.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.22%
GREEN value IS 93 (36.72% from 255) = 43.46%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=18.22%
G=43.46%
B=38.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993820.5800.120.64167.7840.9125.88
Hex275D523A0C40a8291a
Octal47135122720141002505132
Binary100111101110110100101110100110010000001010100010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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