#264E4D

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

Shades of Dark Slate Grey #264E4D

Tints of Dark Slate Grey #264E4D

Color information

#264E4D (or 0x264E4D) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 4E and 4D. RGB value is (38,78,77). Sum of RGB (Red+Green+Blue) = 38+78+77=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #264E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E4D is #D9B1B2. Grayscale: #414141. Windows color (decimal): -14266803 or 5066278. OLE color: 5066278.

HSL color Cylindrical-coordinate representation of color #264E4D: hue angle of 178.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264E4D is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB387877-
CMYK0.5100.010.69
HSL178.5º34.48%22.75%-
HSV(B)178.5º51.28%30.59%-
XYZ4.866.48-
YUV65.93134.25108.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=19.69%
G=40.41%
B=39.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3878770.5100.010.69178.534.4822.75
Hex264E4D330145b22217
Octal4611611563011052624227
Binary100110100111010011011100110110001011011001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264E4D; }

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

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

<style>
 a { background-color: #264E4D; }

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

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

<style>
 span { border-color: #264E4D; }

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

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