#1F5C45

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

Shades of Evening Sea #1F5C45

Tints of Evening Sea #1F5C45

Color information

#1F5C45 (or 0x1F5C45) is unknown color: approx Evening Sea. HEX triplet: 1F, 5C and 45. RGB value is (31,92,69). Sum of RGB (Red+Green+Blue) = 31+92+69=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5C45 is #E0A3BA. Grayscale: #474747. Windows color (decimal): -14721979 or 4545567. OLE color: 4545567.

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

Color convert

RGB319269-
CMYK0.6600.250.64
HSL157.38º49.59%24.12%-
HSV(B)157.38º66.3%36.08%-
XYZ5.478.386.96-
YUV71.14126.7999.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 92 (36.33% from 255) = 47.92%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=16.15%
G=47.92%
B=35.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3192690.6600.250.64157.3849.5924.12
Hex1F5C4542019409d3218
Octal371341051020311002356230
Binary1111110111001000101100001001100110000001001110111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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