#1F5C51

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

Shades of Eden #1F5C51

Tints of Eden #1F5C51

Color information

#1F5C51 (or 0x1F5C51) is unknown color: approx Eden. HEX triplet: 1F, 5C and 51. RGB value is (31,92,81). Sum of RGB (Red+Green+Blue) = 31+92+81=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5C51 is #E0A3AE. Grayscale: #484848. Windows color (decimal): -14721967 or 5331999. OLE color: 5331999.

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

Color convert

RGB319281-
CMYK0.6600.120.64
HSL169.18º49.59%24.12%-
HSV(B)169.18º66.3%36.08%-
XYZ5.888.549.12-
YUV72.51132.7998.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.20%
GREEN value IS 92 (36.33% from 255) = 45.10%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=15.20%
G=45.10%
B=39.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3192810.6600.120.64169.1849.5924.12
Hex1F5C51420C40a93218
Octal371341211020141002516230
Binary111111011100101000110000100110010000001010100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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