#23514F

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

Shades of Dark Slate Grey #23514F

Tints of Dark Slate Grey #23514F

Color information

#23514F (or 0x23514F) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 51 and 4F. RGB value is (35,81,79). Sum of RGB (Red+Green+Blue) = 35+81+79=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #23514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23514F is #DCAEB0. Grayscale: #424242. Windows color (decimal): -14462641 or 5198115. OLE color: 5198115.

HSL color Cylindrical-coordinate representation of color #23514F: hue angle of 177.39º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23514F is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB358179-
CMYK0.5700.020.68
HSL177.39º39.66%22.75%-
HSV(B)177.39º56.79%31.76%-
XYZ5.056.818.44-
YUV67.02134.76105.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=17.95%
G=41.54%
B=40.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3581790.5700.020.68177.3939.6622.75
Hex23514F390244b12817
Octal4312111771021042615027
Binary1000111010001100111111100101010001001011000110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23514F; }

 p { color: rgb(35,81,79); }

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

<style>
 a { background-color: #23514F; }

 a { background-color: rgb(35,81,79); }

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

<style>
 span { border-color: #23514F; }

 span { border-color: rgb(35,81,79); }

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