#3D5F56

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

Shades of Stromboli #3D5F56

Tints of Stromboli #3D5F56

Color information

#3D5F56 (or 0x3D5F56) is unknown color: approx Stromboli. HEX triplet: 3D, 5F and 56. RGB value is (61,95,86). Sum of RGB (Red+Green+Blue) = 61+95+86=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5F56 is #C2A0A9. Grayscale: #535353. Windows color (decimal): -12755114 or 5660477. OLE color: 5660477.

HSL color Cylindrical-coordinate representation of color #3D5F56: hue angle of 164.12º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D5F56 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB619586-
CMYK0.3600.090.63
HSL164.12º21.79%30.59%-
HSV(B)164.12º35.79%37.25%-
XYZ7.79.8510.3-
YUV83.81129.24111.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=25.21%
G=39.26%
B=35.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6195860.3600.090.63164.1221.7930.59
Hex3D5F5624093Fa4161f
Octal7513712644011772442637
Binary1111011011111101011010010001001111111101001001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,95,86); }

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

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

 a { background-color: rgb(61,95,86); }

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

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

 span { border-color: rgb(61,95,86); }

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