#1D5550

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

Shades of Eden #1D5550

Tints of Eden #1D5550

Color information

#1D5550 (or 0x1D5550) is unknown color: approx Eden. HEX triplet: 1D, 55 and 50. RGB value is (29,85,80). Sum of RGB (Red+Green+Blue) = 29+85+80=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5550 is #E2AAAF. Grayscale: #434343. Windows color (decimal): -14854832 or 5264669. OLE color: 5264669.

HSL color Cylindrical-coordinate representation of color #1D5550: hue angle of 174.64º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D5550 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB298580-
CMYK0.6600.060.67
HSL174.64º49.12%22.35%-
HSV(B)174.64º65.88%33.33%-
XYZ5.27.348.73-
YUV67.69134.95100.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.95%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=14.95%
G=43.81%
B=41.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985800.6600.060.67174.6449.1222.35
Hex1D5550420643af3116
Octal35125120102061032576126
Binary11101101010110100001000010011010000111010111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,85,80); }

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

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

 a { background-color: rgb(29,85,80); }

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

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

 span { border-color: rgb(29,85,80); }

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