#27534F

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

Shades of Dark Slate Grey #27534F

Tints of Dark Slate Grey #27534F

Color information

#27534F (or 0x27534F) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 53 and 4F. RGB value is (39,83,79). Sum of RGB (Red+Green+Blue) = 39+83+79=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #27534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27534F is #D8ACB0. Grayscale: #454545. Windows color (decimal): -14199985 or 5198631. OLE color: 5198631.

HSL color Cylindrical-coordinate representation of color #27534F: hue angle of 174.55º 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 #27534F is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB398379-
CMYK0.5300.050.67
HSL174.55º36.07%23.92%-
HSV(B)174.55º53.01%32.55%-
XYZ5.347.188.5-
YUV69.39133.42106.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=19.40%
G=41.29%
B=39.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983790.5300.050.67174.5536.0723.92
Hex27534F350543af2418
Octal4712311765051032574430
Binary10011110100111001111110101010110000111010111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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