#1F574E

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

Shades of Eden #1F574E

Tints of Eden #1F574E

Color information

#1F574E (or 0x1F574E) is unknown color: approx Eden. HEX triplet: 1F, 57 and 4E. RGB value is (31,87,78). Sum of RGB (Red+Green+Blue) = 31+87+78=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #1F574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F574E is #E0A8B1. Grayscale: #454545. Windows color (decimal): -14723250 or 5134111. OLE color: 5134111.

HSL color Cylindrical-coordinate representation of color #1F574E: hue angle of 170.36º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F574E is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB318778-
CMYK0.6400.100.66
HSL170.36º47.46%23.14%-
HSV(B)170.36º64.37%34.12%-
XYZ5.357.668.4-
YUV69.23132.95100.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.82%
GREEN value IS 87 (34.38% from 255) = 44.39%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=15.82%
G=44.39%
B=39.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3187780.6400.100.66170.3647.4623.14
Hex1F574E400A42aa2f17
Octal371271161000121022525727
Binary111111010111100111010000000101010000101010101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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