#145948

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

Shades of Evening Sea #145948

Tints of Evening Sea #145948

Color information

#145948 (or 0x145948) is unknown color: approx Evening Sea. HEX triplet: 14, 59 and 48. RGB value is (20,89,72). Sum of RGB (Red+Green+Blue) = 20+89+72=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #145948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145948 is #EBA6B7. Grayscale: #424242. Windows color (decimal): -15443640 or 4741396. OLE color: 4741396.

HSL color Cylindrical-coordinate representation of color #145948: hue angle of 165.22º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145948 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB208972-
CMYK0.7800.190.65
HSL165.22º63.3%21.37%-
HSV(B)165.22º77.53%34.9%-
XYZ5.037.767.36-
YUV66.43131.1494.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 89 (35.16% from 255) = 49.17%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=11.05%
G=49.17%
B=39.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089720.7800.190.65165.2263.321.37
Hex1459484E01341a53f15
Octal241311101160231012457725
Binary1010010110011001000100111001001110000011010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145948; }

 p { color: rgb(20,89,72); }

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

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

 a { background-color: rgb(20,89,72); }

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

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

 span { border-color: rgb(20,89,72); }

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