#275E55

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

Shades of Eden #275E55

Tints of Eden #275E55

Color information

#275E55 (or 0x275E55) is unknown color: approx Eden. HEX triplet: 27, 5E and 55. RGB value is (39,94,85). Sum of RGB (Red+Green+Blue) = 39+94+85=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #275E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E55 is #D8A1AA. Grayscale: #4C4C4C. Windows color (decimal): -14197163 or 5594663. OLE color: 5594663.

HSL color Cylindrical-coordinate representation of color #275E55: hue angle of 170.18º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275E55 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.

Color convert

RGB399485-
CMYK0.5900.100.63
HSL170.18º41.35%26.08%-
HSV(B)170.18º58.51%36.86%-
XYZ6.489.0910.01-
YUV76.53132.78101.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 94 (37.11% from 255) = 43.12%
BLUE value IS 85 (33.59% from 255) = 38.99%
R=17.89%
G=43.12%
B=38.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3994850.5900.100.63170.1841.3526.08
Hex275E553B0A3Faa291a
Octal4713612573012772525132
Binary10011110111101010101111011010101111111010101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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