#1D5652

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

Shades of Eden #1D5652

Tints of Eden #1D5652

Color information

#1D5652 (or 0x1D5652) is unknown color: approx Eden. HEX triplet: 1D, 56 and 52. RGB value is (29,86,82). Sum of RGB (Red+Green+Blue) = 29+86+82=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #1D5652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5652 is #E2A9AD. Grayscale: #444444. Windows color (decimal): -14854574 or 5395997. OLE color: 5395997.

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

Color convert

RGB298682-
CMYK0.6600.050.66
HSL175.79º49.57%22.55%-
HSV(B)175.79º66.28%33.73%-
XYZ5.367.539.15-
YUV68.5135.6299.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.72%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=14.72%
G=43.65%
B=41.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2986820.6600.050.66175.7949.5722.55
Hex1D5652420542b03217
Octal35126122102051022606227
Binary11101101011010100101000010010110000101011000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,86,82); }

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

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

 a { background-color: rgb(29,86,82); }

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

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

 span { border-color: rgb(29,86,82); }

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