#245C58

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

Shades of Eden #245C58

Tints of Eden #245C58

Color information

#245C58 (or 0x245C58) is unknown color: approx Eden. HEX triplet: 24, 5C and 58. RGB value is (36,92,88). Sum of RGB (Red+Green+Blue) = 36+92+88=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #245C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C58 is #DBA3A7. Grayscale: #4A4A4A. Windows color (decimal): -14394280 or 5790756. OLE color: 5790756.

HSL color Cylindrical-coordinate representation of color #245C58: hue angle of 175.71º 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 #245C58 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB369288-
CMYK0.6100.040.64
HSL175.71º43.75%25.1%-
HSV(B)175.71º60.87%36.08%-
XYZ6.328.7310.59-
YUV74.8135.45100.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.67%
GREEN value IS 92 (36.33% from 255) = 42.59%
BLUE value IS 88 (34.77% from 255) = 40.74%
R=16.67%
G=42.59%
B=40.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3692880.6100.040.64175.7143.7525.1
Hex245C583D0440b02c19
Octal4413413075041002605431
Binary10010010111001011000111101010010000001011000010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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