#1D534D

Color #1D534D Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #1D534D

Tints of Dark Slate Grey #1D534D

Color information

#1D534D (or 0x1D534D) is unknown color: approx Dark Slate Grey. HEX triplet: 1D, 53 and 4D. RGB value is (29,83,77). Sum of RGB (Red+Green+Blue) = 29+83+77=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #1D534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D534D is #E2ACB2. Grayscale: #424242. Windows color (decimal): -14855347 or 5067549. OLE color: 5067549.

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

Color convert

RGB298377-
CMYK0.6500.070.67
HSL173.33º48.21%21.96%-
HSV(B)173.33º65.06%32.55%-
XYZ4.946.988.11-
YUV66.17134.11101.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.34%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=15.34%
G=43.92%
B=40.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2983770.6500.070.67173.3348.2121.96
Hex1D534D410743ad3016
Octal35123115101071032556026
Binary11101101001110011011000001011110000111010110111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,83,77); }

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

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

 a { background-color: rgb(29,83,77); }

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

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

 span { border-color: rgb(29,83,77); }

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