#26534C

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

Shades of Dark Slate Grey #26534C

Tints of Dark Slate Grey #26534C

Color information

#26534C (or 0x26534C) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 53 and 4C. RGB value is (38,83,76). Sum of RGB (Red+Green+Blue) = 38+83+76=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #26534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26534C is #D9ACB3. Grayscale: #444444. Windows color (decimal): -14265524 or 5002022. OLE color: 5002022.

HSL color Cylindrical-coordinate representation of color #26534C: hue angle of 170.67º 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 #26534C is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB388376-
CMYK0.5400.080.67
HSL170.67º37.19%23.73%-
HSV(B)170.67º54.22%32.55%-
XYZ5.27.127.94-
YUV68.75132.09106.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 76 (30.08% from 255) = 38.58%
R=19.29%
G=42.13%
B=38.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3883760.5400.080.67170.6737.1923.73
Hex26534C360843ab2518
Octal46123114660101032534530
Binary100110101001110011001101100100010000111010101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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