#1F5C4D

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

Shades of Evening Sea #1F5C4D

Tints of Evening Sea #1F5C4D

Color information

#1F5C4D (or 0x1F5C4D) is unknown color: approx Evening Sea. HEX triplet: 1F, 5C and 4D. RGB value is (31,92,77). Sum of RGB (Red+Green+Blue) = 31+92+77=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5C4D is #E0A3B2. Grayscale: #484848. Windows color (decimal): -14721971 or 5069855. OLE color: 5069855.

HSL color Cylindrical-coordinate representation of color #1F5C4D: hue angle of 165.25º 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 #1F5C4D is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB319277-
CMYK0.6600.160.64
HSL165.25º49.59%24.12%-
HSV(B)165.25º66.3%36.08%-
XYZ5.738.488.36-
YUV72.05130.7998.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 92 (36.33% from 255) = 46%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=15.5%
G=46%
B=38.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3192770.6600.160.64165.2549.5924.12
Hex1F5C4D4201040a53218
Octal371341151020201002456230
Binary1111110111001001101100001001000010000001010010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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