#1f544e

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

Shades of Eden #1F544E

Tints of Eden #1F544E

Color information

#1F544E (or 0x1F544E) is unknown color: approx Eden. HEX triplet: 1F, 54 and 4E. RGB value is (31,84,78). Sum of RGB (Red+Green+Blue) = 31+84+78=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #1F544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F544E is #E0ABB1. Grayscale: #434343. Windows color (decimal): -14724018 or 5133343. OLE color: 5133343.

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

Color convert

RGB318478-
CMYK0.6300.070.67
HSL173.21º46.09%22.55%-
HSV(B)173.21º63.1%32.94%-
XYZ5.117.188.32-
YUV67.47133.94101.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 84 (33.20% from 255) = 43.52%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=16.06%
G=43.52%
B=40.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3184780.6300.070.67173.2146.0922.55
Hex1F544E3F0743ad2e17
Octal3712411677071032555627
Binary1111110101001001110111111011110000111010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f544e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,78); }

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

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

 a { background-color: rgb(31,84,78); }

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

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

 span { border-color: rgb(31,84,78); }

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