#245A51

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

Shades of Eden #245A51

Tints of Eden #245A51

Color information

#245A51 (or 0x245A51) is unknown color: approx Eden. HEX triplet: 24, 5A and 51. RGB value is (36,90,81). Sum of RGB (Red+Green+Blue) = 36+90+81=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #245A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A51 is #DBA5AE. Grayscale: #484848. Windows color (decimal): -14394799 or 5331492. OLE color: 5331492.

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

Color convert

RGB369081-
CMYK0.6000.10.65
HSL170º42.86%24.71%-
HSV(B)170º60%35.29%-
XYZ5.878.289.07-
YUV72.83132.61101.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.39%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=17.39%
G=43.48%
B=39.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3690810.6000.10.6517042.8624.71
Hex245A513C0A41aa2b19
Octal44132121740121012525331
Binary100100101101010100011111000101010000011010101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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