#3D705A

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

Shades of Stromboli #3D705A

Tints of Stromboli #3D705A

Color information

#3D705A (or 0x3D705A) is unknown color: approx Stromboli. HEX triplet: 3D, 70 and 5A. RGB value is (61,112,90). Sum of RGB (Red+Green+Blue) = 61+112+90=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #3D705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D705A is #C28FA5. Grayscale: #5E5E5E. Windows color (decimal): -12750758 or 5926973. OLE color: 5926973.

HSL color Cylindrical-coordinate representation of color #3D705A: hue angle of 154.12º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D705A is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB6111290-
CMYK0.4600.200.56
HSL154.12º29.48%33.92%-
HSV(B)154.12º45.54%43.92%-
XYZ9.5613.3211.74-
YUV94.24125.6104.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.19%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=23.19%
G=42.59%
B=34.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61112900.4600.200.56154.1229.4833.92
Hex3D705A2E014389a1d22
Octal7516013256024702323542
Binary111101111000010110101011100101001110001001101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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