#26534D

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

Shades of Dark Slate Grey #26534D

Tints of Dark Slate Grey #26534D

Color information

#26534D (or 0x26534D) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 53 and 4D. RGB value is (38,83,77). Sum of RGB (Red+Green+Blue) = 38+83+77=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #26534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26534D is #D9ACB2. Grayscale: #444444. Windows color (decimal): -14265523 or 5067558. OLE color: 5067558.

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

Color convert

RGB388377-
CMYK0.5400.070.67
HSL172º37.19%23.73%-
HSV(B)172º54.22%32.55%-
XYZ5.237.138.12-
YUV68.86132.59105.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.19%
GREEN value IS 83 (32.81% from 255) = 41.92%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=19.19%
G=41.92%
B=38.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3883770.5400.070.6717237.1923.73
Hex26534D360743ac2518
Octal4612311566071032544530
Binary10011010100111001101110110011110000111010110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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