#245A46

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

Shades of Evening Sea #245A46

Tints of Evening Sea #245A46

Color information

#245A46 (or 0x245A46) is unknown color: approx Evening Sea. HEX triplet: 24, 5A and 46. RGB value is (36,90,70). Sum of RGB (Red+Green+Blue) = 36+90+70=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #245A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A46 is #DBA5B9. Grayscale: #474747. Windows color (decimal): -14394810 or 4610596. OLE color: 4610596.

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

Color convert

RGB369070-
CMYK0.6000.220.65
HSL157.78º42.86%24.71%-
HSV(B)157.78º60%35.29%-
XYZ5.498.137.07-
YUV71.57127.11102.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 90 (35.55% from 255) = 45.92%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=18.37%
G=45.92%
B=35.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3690700.6000.220.65157.7842.8624.71
Hex245A463C016419e2b19
Octal44132106740261012365331
Binary1001001011010100011011110001011010000011001111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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