#245850

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

Shades of Eden #245850

Tints of Eden #245850

Color information

#245850 (or 0x245850) is unknown color: approx Eden. HEX triplet: 24, 58 and 50. RGB value is (36,88,80). Sum of RGB (Red+Green+Blue) = 36+88+80=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #245850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245850 is #DBA7AF. Grayscale: #474747. Windows color (decimal): -14395312 or 5265444. OLE color: 5265444.

HSL color Cylindrical-coordinate representation of color #245850: hue angle of 170.77º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245850 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB368880-
CMYK0.5900.090.65
HSL170.77º41.94%24.31%-
HSV(B)170.77º59.09%34.51%-
XYZ5.677.938.82-
YUV71.54132.77102.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.65%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=17.65%
G=43.14%
B=39.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3688800.5900.090.65170.7741.9424.31
Hex2458503B0941ab2a18
Octal44130120730111012535230
Binary100100101100010100001110110100110000011010101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245850; }

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

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

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

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

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

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

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

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