#264E4A

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

Shades of Dark Slate Grey #264E4A

Tints of Dark Slate Grey #264E4A

Color information

#264E4A (or 0x264E4A) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 4E and 4A. RGB value is (38,78,74). Sum of RGB (Red+Green+Blue) = 38+78+74=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #264E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264E4A is #D9B1B5. Grayscale: #414141. Windows color (decimal): -14266806 or 4869670. OLE color: 4869670.

HSL color Cylindrical-coordinate representation of color #264E4A: hue angle of 174º 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 #264E4A is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB387874-
CMYK0.5100.050.69
HSL174º34.48%22.75%-
HSV(B)174º51.28%30.59%-
XYZ4.766.367.45-
YUV65.58132.75108.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 78 (30.86% from 255) = 41.05%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=20%
G=41.05%
B=38.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3878740.5100.050.6917434.4822.75
Hex264E4A330545ae2217
Octal4611611263051052564227
Binary10011010011101001010110011010110001011010111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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