#275952

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

Shades of Eden #275952

Tints of Eden #275952

Color information

#275952 (or 0x275952) is unknown color: approx Eden. HEX triplet: 27, 59 and 52. RGB value is (39,89,82). Sum of RGB (Red+Green+Blue) = 39+89+82=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #275952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275952 is #D8A6AD. Grayscale: #494949. Windows color (decimal): -14198446 or 5396775. OLE color: 5396775.

HSL color Cylindrical-coordinate representation of color #275952: hue angle of 171.6º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275952 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB398982-
CMYK0.5600.080.65
HSL171.6º39.06%25.1%-
HSV(B)171.6º56.18%34.9%-
XYZ5.938.199.25-
YUV73.25132.94103.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=18.57%
G=42.38%
B=39.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3989820.5600.080.65171.639.0625.1
Hex275952380841ac2719
Octal47131122700101012544731
Binary100111101100110100101110000100010000011010110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275952; }

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

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

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

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

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

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

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

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