#3C5C56

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

Shades of Dark Slate #3C5C56

Tints of Dark Slate #3C5C56

Color information

#3C5C56 (or 0x3C5C56) is unknown color: approx Dark Slate. HEX triplet: 3C, 5C and 56. RGB value is (60,92,86). Sum of RGB (Red+Green+Blue) = 60+92+86=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 92 - color contains mainly: green. Hex color #3C5C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5C56 is #C3A3A9. Grayscale: #515151. Windows color (decimal): -12821418 or 5659708. OLE color: 5659708.

HSL color Cylindrical-coordinate representation of color #3C5C56: hue angle of 168.75º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C5C56 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB609286-
CMYK0.3500.070.64
HSL168.75º21.05%29.8%-
HSV(B)168.75º34.78%36.08%-
XYZ7.379.2910.21-
YUV81.75130.4112.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.21%
GREEN value IS 92 (36.33% from 255) = 38.66%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=25.21%
G=38.66%
B=36.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6092860.3500.070.64168.7521.0529.8
Hex3C5C56230740a9151e
Octal7413412643071002512536
Binary1111001011100101011010001101111000000101010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C5C56; }

 p { color: rgb(60,92,86); }

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

<style>
 a { background-color: #3C5C56; }

 a { background-color: rgb(60,92,86); }

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

<style>
 span { border-color: #3C5C56; }

 span { border-color: rgb(60,92,86); }

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