#3D6056

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

Shades of Stromboli #3D6056

Tints of Stromboli #3D6056

Color information

#3D6056 (or 0x3D6056) is unknown color: approx Stromboli. HEX triplet: 3D, 60 and 56. RGB value is (61,96,86). Sum of RGB (Red+Green+Blue) = 61+96+86=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6056 is #C29FA9. Grayscale: #545454. Windows color (decimal): -12754858 or 5660733. OLE color: 5660733.

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

Color convert

RGB619686-
CMYK0.3600.100.62
HSL162.86º22.29%30.78%-
HSV(B)162.86º36.46%37.65%-
XYZ7.7910.0310.33-
YUV84.4128.9111.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=25.10%
G=39.51%
B=35.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196860.3600.100.62162.8622.2930.78
Hex3D6056240A3Ea3161f
Octal7514012644012762432637
Binary1111011100000101011010010001010111110101000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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