#1F554F

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

Shades of Eden #1F554F

Tints of Eden #1F554F

Color information

#1F554F (or 0x1F554F) is unknown color: approx Eden. HEX triplet: 1F, 55 and 4F. RGB value is (31,85,79). Sum of RGB (Red+Green+Blue) = 31+85+79=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #1F554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F554F is #E0AAB0. Grayscale: #444444. Windows color (decimal): -14723761 or 5199135. OLE color: 5199135.

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

Color convert

RGB318579-
CMYK0.6400.070.67
HSL173.33º46.55%22.75%-
HSV(B)173.33º63.53%33.33%-
XYZ5.227.358.54-
YUV68.17134.11101.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.90%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=15.90%
G=43.59%
B=40.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3185790.6400.070.67173.3346.5522.75
Hex1F554F400743ad2f17
Octal37125117100071032555727
Binary11111101010110011111000000011110000111010110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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