#3E695E

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

Shades of Stromboli #3E695E

Tints of Stromboli #3E695E

Color information

#3E695E (or 0x3E695E) is unknown color: approx Stromboli. HEX triplet: 3E, 69 and 5E. RGB value is (62,105,94). Sum of RGB (Red+Green+Blue) = 62+105+94=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #3E695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E695E is #C196A1. Grayscale: #5A5A5A. Windows color (decimal): -12687010 or 6187326. OLE color: 6187326.

HSL color Cylindrical-coordinate representation of color #3E695E: hue angle of 164.65º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E695E is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB6210594-
CMYK0.4100.100.59
HSL164.65º25.75%32.75%-
HSV(B)164.65º40.95%41.18%-
XYZ9.0611.9412.42-
YUV90.89129.75107.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.75%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=23.75%
G=40.23%
B=36.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62105940.4100.100.59164.6525.7532.75
Hex3E695E290A3Ba51a21
Octal7615113651012732453241
Binary11111011010011011110101001010101110111010010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,105,94); }

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

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

 a { background-color: rgb(62,105,94); }

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

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

 span { border-color: rgb(62,105,94); }

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