#1F5F49

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

Shades of Evening Sea #1F5F49

Tints of Evening Sea #1F5F49

Color information

#1F5F49 (or 0x1F5F49) is unknown color: approx Evening Sea. HEX triplet: 1F, 5F and 49. RGB value is (31,95,73). Sum of RGB (Red+Green+Blue) = 31+95+73=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5F49 is #E0A0B6. Grayscale: #494949. Windows color (decimal): -14721207 or 4808479. OLE color: 4808479.

HSL color Cylindrical-coordinate representation of color #1F5F49: hue angle of 159.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F49 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB319573-
CMYK0.6700.230.63
HSL159.38º50.79%24.71%-
HSV(B)159.38º67.37%37.25%-
XYZ5.868.967.72-
YUV73.36127.897.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.58%
GREEN value IS 95 (37.5% from 255) = 47.74%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=15.58%
G=47.74%
B=36.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3195730.6700.230.63159.3850.7924.71
Hex1F5F49430173F9f3319
Octal37137111103027772376331
Binary111111011111100100110000110101111111111001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F5F49; }

 p { color: rgb(31,95,73); }

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

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

 a { background-color: rgb(31,95,73); }

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

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

 span { border-color: rgb(31,95,73); }

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