#3D6E5A

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

Shades of Stromboli #3D6E5A

Tints of Stromboli #3D6E5A

Color information

#3D6E5A (or 0x3D6E5A) is unknown color: approx Stromboli. HEX triplet: 3D, 6E and 5A. RGB value is (61,110,90). Sum of RGB (Red+Green+Blue) = 61+110+90=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #3D6E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6E5A is #C291A5. Grayscale: #5D5D5D. Windows color (decimal): -12751270 or 5926461. OLE color: 5926461.

HSL color Cylindrical-coordinate representation of color #3D6E5A: hue angle of 155.51º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D6E5A is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB6111090-
CMYK0.4500.180.57
HSL155.51º28.65%33.53%-
HSV(B)155.51º44.55%43.14%-
XYZ9.3512.8811.67-
YUV93.07126.27105.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.37%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=23.37%
G=42.15%
B=34.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61110900.4500.180.57155.5128.6533.53
Hex3D6E5A2D012399c1d22
Octal7515613255022712343542
Binary111101110111010110101011010100101110011001110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,110,90); }

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

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

 a { background-color: rgb(61,110,90); }

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

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

 span { border-color: rgb(61,110,90); }

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