#234E4D

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

Shades of Dark Slate Grey #234E4D

Tints of Dark Slate Grey #234E4D

Color information

#234E4D (or 0x234E4D) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 4E and 4D. RGB value is (35,78,77). Sum of RGB (Red+Green+Blue) = 35+78+77=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #234E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E4D is #DCB1B2. Grayscale: #404040. Windows color (decimal): -14463411 or 5066275. OLE color: 5066275.

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

Color convert

RGB357877-
CMYK0.5500.010.69
HSL178.6º38.05%22.16%-
HSV(B)178.6º55.13%30.59%-
XYZ4.766.347.99-
YUV65.03134.75106.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 78 (30.86% from 255) = 41.05%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=18.42%
G=41.05%
B=40.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3578770.5500.010.69178.638.0522.16
Hex234E4D370145b32616
Octal4311611567011052634626
Binary100011100111010011011101110110001011011001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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