#1F5C49

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

Shades of Evening Sea #1F5C49

Tints of Evening Sea #1F5C49

Color information

#1F5C49 (or 0x1F5C49) is unknown color: approx Evening Sea. HEX triplet: 1F, 5C and 49. RGB value is (31,92,73). Sum of RGB (Red+Green+Blue) = 31+92+73=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5C49 is #E0A3B6. Grayscale: #474747. Windows color (decimal): -14721975 or 4807711. OLE color: 4807711.

HSL color Cylindrical-coordinate representation of color #1F5C49: hue angle of 161.31º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5C49 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB319273-
CMYK0.6600.210.64
HSL161.31º49.59%24.12%-
HSV(B)161.31º66.3%36.08%-
XYZ5.598.437.63-
YUV71.6128.7999.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.82%
GREEN value IS 92 (36.33% from 255) = 46.94%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=15.82%
G=46.94%
B=37.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3192730.6600.210.64161.3149.5924.12
Hex1F5C494201540a13218
Octal371341111020251002416230
Binary1111110111001001001100001001010110000001010000111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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