#27534D

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

Shades of Dark Slate Grey #27534D

Tints of Dark Slate Grey #27534D

Color information

#27534D (or 0x27534D) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 53 and 4D. RGB value is (39,83,77). Sum of RGB (Red+Green+Blue) = 39+83+77=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #27534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27534D is #D8ACB2. Grayscale: #454545. Windows color (decimal): -14199987 or 5067559. OLE color: 5067559.

HSL color Cylindrical-coordinate representation of color #27534D: hue angle of 171.82º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #27534D is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB398377-
CMYK0.5300.070.67
HSL171.82º36.07%23.92%-
HSV(B)171.82º53.01%32.55%-
XYZ5.277.158.12-
YUV69.16132.42106.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=19.60%
G=41.71%
B=38.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983770.5300.070.67171.8236.0723.92
Hex27534D350743ac2418
Octal4712311565071032544430
Binary10011110100111001101110101011110000111010110010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27534D; }

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

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

<style>
 a { background-color: #27534D; }

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

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

<style>
 span { border-color: #27534D; }

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

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