#245C5A

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

Shades of Eden #245C5A

Tints of Eden #245C5A

Color information

#245C5A (or 0x245C5A) is unknown color: approx Eden. HEX triplet: 24, 5C and 5A. RGB value is (36,92,90). Sum of RGB (Red+Green+Blue) = 36+92+90=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 92 - color contains mainly: green. Hex color #245C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C5A is #DBA3A5. Grayscale: #4A4A4A. Windows color (decimal): -14394278 or 5921828. OLE color: 5921828.

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

Color convert

RGB369290-
CMYK0.6100.020.64
HSL177.86º43.75%25.1%-
HSV(B)177.86º60.87%36.08%-
XYZ6.48.7711.03-
YUV75.03136.45100.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.51%
GREEN value IS 92 (36.33% from 255) = 42.20%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=16.51%
G=42.20%
B=41.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3692900.6100.020.64177.8643.7525.1
Hex245C5A3D0240b22c19
Octal4413413275021002625431
Binary1001001011100101101011110101010000001011001010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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