#245A50

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

Shades of Eden #245A50

Tints of Eden #245A50

Color information

#245A50 (or 0x245A50) is unknown color: approx Eden. HEX triplet: 24, 5A and 50. RGB value is (36,90,80). Sum of RGB (Red+Green+Blue) = 36+90+80=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #245A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A50 is #DBA5AF. Grayscale: #484848. Windows color (decimal): -14394800 or 5265956. OLE color: 5265956.

HSL color Cylindrical-coordinate representation of color #245A50: hue angle of 168.89º degrees, saturation: 0.43, 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 #245A50 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB369080-
CMYK0.6000.110.65
HSL168.89º42.86%24.71%-
HSV(B)168.89º60%35.29%-
XYZ5.838.278.88-
YUV72.71132.11101.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.48%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=17.48%
G=43.69%
B=38.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3690800.6000.110.65168.8942.8624.71
Hex245A503C0B41a92b19
Octal44132120740131012515331
Binary100100101101010100001111000101110000011010100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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