#3A6D61

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

Shades of Stromboli #3A6D61

Tints of Stromboli #3A6D61

Color information

#3A6D61 (or 0x3A6D61) is unknown color: approx Stromboli. HEX triplet: 3A, 6D and 61. RGB value is (58,109,97). Sum of RGB (Red+Green+Blue) = 58+109+97=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D61 is #C5929E. Grayscale: #5C5C5C. Windows color (decimal): -12948127 or 6384954. OLE color: 6384954.

HSL color Cylindrical-coordinate representation of color #3A6D61: hue angle of 165.88º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6D61 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB5810997-
CMYK0.4700.110.57
HSL165.88º30.54%32.75%-
HSV(B)165.88º46.79%42.75%-
XYZ9.3712.713.27-
YUV92.38130.6103.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=21.97%
G=41.29%
B=36.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58109970.4700.110.57165.8830.5432.75
Hex3A6D612F0B39a61f21
Octal7215514157013712463741
Binary11101011011011100001101111010111110011010011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,109,97); }

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

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

 a { background-color: rgb(58,109,97); }

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

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

 span { border-color: rgb(58,109,97); }

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