#245C50

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

Shades of Eden #245C50

Tints of Eden #245C50

Color information

#245C50 (or 0x245C50) is unknown color: approx Eden. HEX triplet: 24, 5C and 50. RGB value is (36,92,80). Sum of RGB (Red+Green+Blue) = 36+92+80=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #245C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C50 is #DBA3AF. Grayscale: #494949. Windows color (decimal): -14394288 or 5266468. OLE color: 5266468.

HSL color Cylindrical-coordinate representation of color #245C50: hue angle of 167.14º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245C50 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB369280-
CMYK0.6100.130.64
HSL167.14º43.75%25.1%-
HSV(B)167.14º60.87%36.08%-
XYZ68.618.93-
YUV73.89131.45100.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.31%
GREEN value IS 92 (36.33% from 255) = 44.23%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=17.31%
G=44.23%
B=38.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3692800.6100.130.64167.1443.7525.1
Hex245C503D0D40a72c19
Octal44134120750151002475431
Binary100100101110010100001111010110110000001010011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245C50; }

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

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

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

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

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

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

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

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