#245950

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

Shades of Eden #245950

Tints of Eden #245950

Color information

#245950 (or 0x245950) is unknown color: approx Eden. HEX triplet: 24, 59 and 50. RGB value is (36,89,80). Sum of RGB (Red+Green+Blue) = 36+89+80=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #245950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245950 is #DBA6AF. Grayscale: #484848. Windows color (decimal): -14395056 or 5265700. OLE color: 5265700.

HSL color Cylindrical-coordinate representation of color #245950: hue angle of 169.81º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245950 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB368980-
CMYK0.6000.100.65
HSL169.81º42.4%24.51%-
HSV(B)169.81º59.55%34.9%-
XYZ5.758.18.85-
YUV72.13132.44102.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.56%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=17.56%
G=43.41%
B=39.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3689800.6000.100.65169.8142.424.51
Hex2459503C0A41aa2a19
Octal44131120740121012525231
Binary100100101100110100001111000101010000011010101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245950; }

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

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

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

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

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

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

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

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