#275950

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

Shades of Eden #275950

Tints of Eden #275950

Color information

#275950 (or 0x275950) is unknown color: approx Eden. HEX triplet: 27, 59 and 50. RGB value is (39,89,80). Sum of RGB (Red+Green+Blue) = 39+89+80=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #275950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275950 is #D8A6AF. Grayscale: #494949. Windows color (decimal): -14198448 or 5265703. OLE color: 5265703.

HSL color Cylindrical-coordinate representation of color #275950: hue angle of 169.2º 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 #275950 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB398980-
CMYK0.5600.100.65
HSL169.2º39.06%25.1%-
HSV(B)169.2º56.18%34.9%-
XYZ5.868.168.85-
YUV73.02131.94103.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=18.75%
G=42.79%
B=38.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3989800.5600.100.65169.239.0625.1
Hex275950380A41a92719
Octal47131120700121012514731
Binary100111101100110100001110000101010000011010100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275950; }

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

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

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

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

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

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

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

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