#275C51

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

Shades of Eden #275C51

Tints of Eden #275C51

Color information

#275C51 (or 0x275C51) is unknown color: approx Eden. HEX triplet: 27, 5C and 51. RGB value is (39,92,81). Sum of RGB (Red+Green+Blue) = 39+92+81=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #275C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C51 is #D8A3AE. Grayscale: #4A4A4A. Windows color (decimal): -14197679 or 5332007. OLE color: 5332007.

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

Color convert

RGB399281-
CMYK0.5800.120.64
HSL167.55º40.46%25.69%-
HSV(B)167.55º57.61%36.08%-
XYZ6.158.689.14-
YUV74.9131.44102.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 81 (32.03% from 255) = 38.21%
R=18.40%
G=43.40%
B=38.21%

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
Decimal3992810.5800.120.64167.5540.4625.69
Hex275C513A0C40a8281a
Octal47134121720141002505032
Binary100111101110010100011110100110010000001010100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,92,81); }

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

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

 a { background-color: rgb(39,92,81); }

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

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

 span { border-color: rgb(39,92,81); }

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