#3D6656

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

Shades of Stromboli #3D6656

Tints of Stromboli #3D6656

Color information

#3D6656 (or 0x3D6656) is unknown color: approx Stromboli. HEX triplet: 3D, 66 and 56. RGB value is (61,102,86). Sum of RGB (Red+Green+Blue) = 61+102+86=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #3D6656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6656 is #C299A9. Grayscale: #575757. Windows color (decimal): -12753322 or 5662269. OLE color: 5662269.

HSL color Cylindrical-coordinate representation of color #3D6656: hue angle of 156.59º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D6656 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB6110286-
CMYK0.4000.160.6
HSL156.59º25.15%31.96%-
HSV(B)156.59º40.2%40%-
XYZ8.3611.1710.52-
YUV87.92126.92108.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=24.50%
G=40.96%
B=34.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61102860.4000.160.6156.5925.1531.96
Hex3D6656280103C9d1920
Octal7514612650020742353140
Binary111101110011010101101010000100001111001001110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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