#1F5D45

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

Shades of Evening Sea #1F5D45

Tints of Evening Sea #1F5D45

Color information

#1F5D45 (or 0x1F5D45) is unknown color: approx Evening Sea. HEX triplet: 1F, 5D and 45. RGB value is (31,93,69). Sum of RGB (Red+Green+Blue) = 31+93+69=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5D45 is #E0A2BA. Grayscale: #474747. Windows color (decimal): -14721723 or 4545823. OLE color: 4545823.

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

Color convert

RGB319369-
CMYK0.6700.260.64
HSL156.77º50%24.31%-
HSV(B)156.77º66.67%36.47%-
XYZ5.558.556.99-
YUV71.73126.4698.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 93 (36.72% from 255) = 48.19%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=16.06%
G=48.19%
B=35.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3193690.6700.260.64156.775024.31
Hex1F5D454301A409d3218
Octal371351051030321002356230
Binary1111110111011000101100001101101010000001001110111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,93,69); }

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

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

 a { background-color: rgb(31,93,69); }

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

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

 span { border-color: rgb(31,93,69); }

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