#1F554E

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

Shades of Eden #1F554E

Tints of Eden #1F554E

Color information

#1F554E (or 0x1F554E) is unknown color: approx Eden. HEX triplet: 1F, 55 and 4E. RGB value is (31,85,78). Sum of RGB (Red+Green+Blue) = 31+85+78=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #1F554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F554E is #E0AAB1. Grayscale: #444444. Windows color (decimal): -14723762 or 5133599. OLE color: 5133599.

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

Color convert

RGB318578-
CMYK0.6400.080.67
HSL172.22º46.55%22.75%-
HSV(B)172.22º63.53%33.33%-
XYZ5.197.348.35-
YUV68.06133.61101.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.98%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=15.98%
G=43.81%
B=40.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3185780.6400.080.67172.2246.5522.75
Hex1F554E400843ac2f17
Octal371251161000101032545727
Binary111111010101100111010000000100010000111010110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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