#274E4A

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

Shades of Dark Slate Grey #274E4A

Tints of Dark Slate Grey #274E4A

Color information

#274E4A (or 0x274E4A) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 4E and 4A. RGB value is (39,78,74). Sum of RGB (Red+Green+Blue) = 39+78+74=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #274E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274E4A is #D8B1B5. Grayscale: #414141. Windows color (decimal): -14201270 or 4869671. OLE color: 4869671.

HSL color Cylindrical-coordinate representation of color #274E4A: hue angle of 173.85º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #274E4A is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB397874-
CMYK0.5000.050.69
HSL173.85º33.33%22.94%-
HSV(B)173.85º50%30.59%-
XYZ4.86.377.46-
YUV65.88132.58108.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=20.42%
G=40.84%
B=38.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3978740.5000.050.69173.8533.3322.94
Hex274E4A320545ae2117
Octal4711611262051052564127
Binary10011110011101001010110010010110001011010111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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