#1D645A

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

Shades of Eden #1D645A

Tints of Eden #1D645A

Color information

#1D645A (or 0x1D645A) is unknown color: approx Eden. HEX triplet: 1D, 64 and 5A. RGB value is (29,100,90). Sum of RGB (Red+Green+Blue) = 29+100+90=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #1D645A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D645A is #E29BA5. Grayscale: #4D4D4D. Windows color (decimal): -14850982 or 5923869. OLE color: 5923869.

HSL color Cylindrical-coordinate representation of color #1D645A: hue angle of 171.55º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D645A is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB2910090-
CMYK0.7100.100.61
HSL171.55º55.04%25.29%-
HSV(B)171.55º71%39.22%-
XYZ6.9110.1111.26-
YUV77.63134.9893.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.24%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=13.24%
G=45.66%
B=41.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal29100900.7100.100.61171.5555.0425.29
Hex1D645A470A3Dac3719
Octal35144132107012752546731
Binary11101110010010110101000111010101111011010110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,100,90); }

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

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

 a { background-color: rgb(29,100,90); }

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

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

 span { border-color: rgb(29,100,90); }

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