#275B55

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

Shades of Eden #275B55

Tints of Eden #275B55

Color information

#275B55 (or 0x275B55) is unknown color: approx Eden. HEX triplet: 27, 5B and 55. RGB value is (39,91,85). Sum of RGB (Red+Green+Blue) = 39+91+85=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #275B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B55 is #D8A4AA. Grayscale: #4A4A4A. Windows color (decimal): -14197931 or 5593895. OLE color: 5593895.

HSL color Cylindrical-coordinate representation of color #275B55: hue angle of 173.08º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275B55 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB399185-
CMYK0.5700.070.64
HSL173.08º40%25.49%-
HSV(B)173.08º57.14%35.69%-
XYZ6.228.579.92-
YUV74.77133.77102.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.14%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=18.14%
G=42.33%
B=39.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3991850.5700.070.64173.084025.49
Hex275B55390740ad2819
Octal4713312571071002555031
Binary10011110110111010101111001011110000001010110110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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